我正在尝试自动填写登录名,但不断收到NoSuchElementException

时间:2019-05-23 15:34:05

标签: python xpath input webdriver

我正在尝试登录https://betwarrior.bet/en/login进行测试,但在电子邮件部分却没有得到此类元素例外...

我尝试使用绝对xpath但没有运气。

from selenium import webdriver

browser = webdriver.Chrome('path')
browser.get('https://betwarrior.bet/en/login')

a = browser.find_element_by_xpath('//div/div/div[3]/main/div/form/div[2]/div/div/input')

a.send_keys('abc')

如果您能给我一个例子,我该如何插入一个用户名,将不胜感激! 谢谢。

0 个答案:

没有答案