Skip to content

name 'start_chrome' is not defined #121

@XHXIAIEIN

Description

@XHXIAIEIN

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions