name 'start_chrome' is not defined
Author: XHXIAIEINCreated Apr 8, 2024Updated May 7, 2026
I can't run the code, it broken.
from helium import *
start_chrome('google.com')Exception has occurred: NameError
name 'start_chrome' is not definedI 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
Source: mherrmann/helium