-
Notifications
You must be signed in to change notification settings - Fork 510
Open
Description
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
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
Metadata
Metadata
Assignees
Labels
No labels
