我正在尝试登录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')
如果您能给我一个例子,我该如何插入一个用户名,将不胜感激! 谢谢。