We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't run the code, it broken.
from helium import * start_chrome('google.com')
Exception has occurred: NameError name 'start_chrome' is not defined
I have installed helium.
If I use Selenium directly, it can work.
from selenium import webdriver driver = webdriver.Chrome() driver.get('http://www.google.com/')
detailed Python 3.12.2 Windows11 23H2 22631.3447 Chrome Version 123.0.6312.106 (Official Build) (64-bit) Chromedriver Version: 123.0.6312.105 (r1262506) win64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I can't run the code, it broken.
I have installed helium.
If I use Selenium directly, it can work.
detailed
Python 3.12.2
Windows11 23H2 22631.3447
Chrome Version 123.0.6312.106 (Official Build) (64-bit)
Chromedriver Version: 123.0.6312.105 (r1262506) win64
The text was updated successfully, but these errors were encountered: