self.driver.find_element_by_xpath("//*[@text='Username']").send_keys('company')
self.driver.find_element_by_xpath("//*[@text='Password']").send_keys('company')
self.driver.find_element_by_xpath("//*[@text='Login']").click()
我在【Search for element】里通過//*[@text='Username']定位不到Username元素
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/279057.html
標籤:Android
