Spaces:
Paused
Paused
Update screenshot.py
Browse files- screenshot.py +1 -0
screenshot.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
from selenium.common.exceptions import WebDriverException
|
| 2 |
from selenium.webdriver.common.keys import Keys
|
| 3 |
from selenium.webdriver.common.by import By
|
|
|
|
| 1 |
+
from selenium import webdriver
|
| 2 |
from selenium.common.exceptions import WebDriverException
|
| 3 |
from selenium.webdriver.common.keys import Keys
|
| 4 |
from selenium.webdriver.common.by import By
|