| 1 | from selenium.webdriver import Chrome |
| 2 | from selenium.webdriver.common.by import By |
| 3 | from selenium.common.exceptions import NoSuchElementException |
| 4 | from selenium.webdriver.chrome.options import Options |
nothing calls this directly
no test coverage detected