seleniumhq.github.io
seleniumhq.github.io copied to clipboard
[🐛 Bug]: Document for "Locator strategies" does explain what is "By"
What happened?
https://www.selenium.dev/documentation/webdriver/elements/locators/
In this page, the demo code show how to locator an element, such as:
driver.find_element(By.CLASS_NAME, "information")
But I cannot see what is the "By", and how can I import "By" in my code.
If I use Java, IDE can help me generate code to import "By" . But if I use Python, most IDE cannot do such thing. So I hope the document can add the import statement for these key identifiers such as "By".
Thanks very much!
What browsers and operating systems are you seeing the problem on?
uncorrelated