下面是登录页面截图。我想不出如何找到用户名的class名称,也无法找到放置用户名的id。基本上我是想在这里登录。
我试过了但我得到的错误是:'list' object has no attribute 'sendKeys'。此外,driver.find_elements_by_xpath("//*[contains(text()
我是python和web界面的新手,所以我很难确定我需要选择网站的哪个元素才能让它工作。这是我到目前为止拥有的代码。import seleniumfromselenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.supp