2018-8-14python selenium定位元素(2)

使用cssselector定位元素的兩種方案 1.直接右鍵copy 2.手動獲取,如:username=driver.find_element_by_css_selector('input[placeholder="請輸入用戶名"]') 使用Xpath 1.絕對路徑:username=driver.find_element_by_xpath('/html/body/div/div/form/div
相關文章
相關標籤/搜索