Skip to content
New issue

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

name 'start_chrome' is not defined #121

Open
XHXIAIEIN opened this issue Apr 8, 2024 · 0 comments
Open

name 'start_chrome' is not defined #121

XHXIAIEIN opened this issue Apr 8, 2024 · 0 comments

Comments

@XHXIAIEIN
Copy link

XHXIAIEIN commented Apr 8, 2024

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.
Snipaste_2024-04-13_11-27-26

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant