SyntaxFix
Write A Post
Hire A Developer
Questions
Another veneration of find_elements_by_xpath(".//*") is:
find_elements_by_xpath(".//*")
from selenium.webdriver.common.by import By find_elements(By.XPATH, ".//*")