Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly export Select and WebDriverWait from selenium.webdriver.su…
…pport.ui (#13491) Without this, `mypy` in strict mode gives: ``` Module "selenium.webdriver.support.ui" does not explicitly export attribute "Select" [attr-defined] ``` when following the documentation at https://selenium-python.readthedocs.io/navigating.html#filling-in-forms. Co-authored-by: Diego Molina <[email protected]>
- Loading branch information