#121·helium

name 'start_chrome' is not defined

Author: XHXIAIEINCreated Apr 8, 2024Updated May 7, 2026

I can't run the code, it broken.

python
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.

python
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