Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,8 @@ import re
|
|
| 8 |
from PIL import Image
|
| 9 |
from io import BytesIO
|
| 10 |
from selenium.common.exceptions import WebDriverException
|
| 11 |
-
|
|
|
|
| 12 |
driver_type = 'chromedriver'
|
| 13 |
driver=False
|
| 14 |
def run_script(text: str):
|
|
|
|
| 8 |
from PIL import Image
|
| 9 |
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):
|