Skip to content

[πŸ› Bug]:unable to connect to ChromeΒ #14472

@sociallistening

Description

@sociallistening

What happened?

i unable to connect to Chrome after update version.the code it used to work,but does'n.
Screenshot 2024-09-04 225956

How can we reproduce the issue?

chrome_options = Options()
chrome_options.add_argument('--headless')
chrome_options.add_argument('--no-sandbox')
chrome_options.add_argument('--disable-dev-shm-usage')
chrome_options.add_argument('--disable-gpu')
chrome_options.add_argument('--remote-debugging-port=9222')
chrome_options.add_argument('--window-size=1920x1080')
chrome_options.add_argument('--disable-software-rasterizer')
chrome_options.add_argument('--lang=th')

driver = webdriver.Chrome(service=Service(ChromeDriverManager().install()), options=chrome_options)

Relevant log output

win32/chromedriver.exe] found in cache

Operating System

Microsoft Windows10

Selenium version

python 3.10.9 ,selenium 4.31.1

What are the browser(s) and version(s) where you see this issue?

chrome

What are the browser driver(s) and version(s) where you see this issue?

ChromeDriver version: 128.0.6613.119

Are you using Selenium Grid?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    I-defectSomething is not working as intendedJ-issue-templateApplied to issues not following the template, or missing information.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions