简体   繁体   中英

TypeError: object of type 'WebElement' has no len()

I got this error and I have changed the element to css, id and the error still exist

chekboxes = driver.find_element_by_xpath("//input[@type='checkbox']")
print(len(chekboxes))

替换find_element_by_xpath (用于搜索单个元件)与find_elements_by_xpath (用于搜索元素的列表)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM