-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed as not planned
Labels
I-defectSomething is not working as intendedSomething is not working as intendedJ-issue-templateApplied to issues not following the template, or missing information.Applied to issues not following the template, or missing information.
Description
What happened?
i unable to connect to Chrome after update version.the code it used to work,but does'n.

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 cacheOperating 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
Labels
I-defectSomething is not working as intendedSomething is not working as intendedJ-issue-templateApplied to issues not following the template, or missing information.Applied to issues not following the template, or missing information.