-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed
Labels
C-pyPython BindingsPython Bindings
Description
running the following in a script via pythonw.exe:
from selenium import webdriver
profile = webdriver.FirefoxProfile()
webdriver.Firefox(firefox_profile=profile)
results in something like:
File "zzz\selenium\webdriver\firefox\webdriver.py", line 59, in __init__
File "zzz\selenium\webdriver\firefox\extension_connection.py", line 47, in __init__
File "zzz\selenium\webdriver\firefox\firefox_binary.py", line 65, in launch_browser
File "zzz\selenium\webdriver\firefox\firefox_binary.py", line 88, in _start_from_profile_path
File "subprocess.pyc", line 702, in __init__
File "subprocess.pyc", line 833, in _get_handles
File "subprocess.pyc", line 884, in _make_inheritable
WindowsError: [Error 6] The handle is invalid
see also http://stackoverflow.com/questions/25203955/how-to-run-selenium-webdriver-with-pythonw
Metadata
Metadata
Assignees
Labels
C-pyPython BindingsPython Bindings