We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229b765 commit 014c034Copy full SHA for 014c034
modules/page_object_autofill.py
@@ -1,13 +1,9 @@
1
import json
2
import logging
3
-import time
4
from typing import List, Optional
5
6
from selenium.webdriver import Firefox
7
-from selenium.webdriver.common.by import By
8
-from selenium.webdriver.support import expected_conditions as EC
9
from selenium.webdriver.support.select import Select
10
-from selenium.webdriver.support.ui import WebDriverWait
11
12
from modules.browser_object_autofill_popup import AutofillPopup
13
from modules.classes.autofill_base import AutofillAddressBase
0 commit comments