xpath定位: 禪道登陸頁面定位: driver.find_element_by_xpath("//*[@id='account']").send_keys("admin") driver.find_element_by_xpath("//*[@id='loginPanel']/div/div[2]/form/table/tbody/tr[2]/td/input").send_keys("admin123456") driver.find_element_by_xpath("//*[@id='submit']").click() //*[@id='account'] // 相對路徑;*全部標籤;@要找的屬性; //*[@class="j-inputtext dlpwd"] css定位: 禪道登陸頁面定位: