Commit fccfed1
Explicitly export Select and WebDriverWait from selenium.webdriver.support.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]>1 parent 242befb commit fccfed1
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments