Omnibus commited on
Commit
60474ac
·
1 Parent(s): 9adccbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -10,6 +10,8 @@ from io import BytesIO
10
  from selenium.common.exceptions import WebDriverException
11
  from selenium.webdriver.common.keys import Keys
12
  from selenium.webdriver.common.by import By
 
 
13
  driver_type = 'chromedriver'
14
  driver=False
15
  def run_script(text: str):
 
10
  from selenium.common.exceptions import WebDriverException
11
  from selenium.webdriver.common.keys import Keys
12
  from selenium.webdriver.common.by import By
13
+ from selenium.webdriver import WebElement
14
+
15
  driver_type = 'chromedriver'
16
  driver=False
17
  def run_script(text: str):