Replies: 1 comment 1 reply
-
has already been answered in issues |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The code works fine, but if I convert it to an exe file using pyinstaller, I get an error
import time
from selenium_driverless.sync import webdriver
options = webdriver.ChromeOptions()
driver = webdriver.Chrome(options=options)
time.sleep(1000)
Beta Was this translation helpful? Give feedback.
All reactions