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 61b6fcf commit 84a2f47Copy full SHA for 84a2f47
.gitignore
@@ -1 +1,2 @@
1
/local.log
2
+env
tests/local-test.py
@@ -1,8 +1,5 @@
import json
from selenium import webdriver
3
-from selenium.webdriver.support.ui import WebDriverWait
4
-from selenium.webdriver.support import expected_conditions as EC
5
-from selenium.webdriver.common.by import By
6
from selenium.webdriver.chrome.options import Options as ChromeOptions
7
8
options = ChromeOptions()
0 commit comments