Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
[ID: 1223087]
[ID: 1223134]
Milestone(s) impacted by this issue. [ID: 1223085]
[ID: 1223084]
[ID: 1223086]
[ID: 1223031]
Platform
Platform>DevTools
Platform>DevTools>Browser Automation
Platform>DevTools>Browser Automation>ChromeDriver
[ID: 1253656]
Supplemental component tags only. Set main component first. [ID: 1222907]
[ID: 1223136]
Design doc to be reviewed. [ID: 1223032]
This field contains Gerrit urls of code changes that ‘fix’ a security bug (i.e., excluding logging/cleanup commits) and is used when a singular fix cannot be uniquely identified from the existing “Code Changes” field. The change can be in the chromium repo or any other third_party repo. [ID: 1358989]
Link to incidents in IRM as a result of this ticket. [ID: 1300460]
[ID: 1223034]
[ID: 1223088]
View issue level access limits(Press Alt + Right arrow for more information)
Estimated effort
Unintended behavior
View staffing
Description
Steps to reproduce the problem
Problem Description
Chrome version: 133.0.6943.99 chromedriver: 133.0.6943.98 python : 3.11 selenium: 4.2.0
progam:
from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver.chrome.service import Service
options = Options() options.add_experimental_option('excludeSwitches', ['test-type'])
driver = webdriver.Chrome(service=Service(executable_path='C:\Users\jayant.fegade\.wdm\drivers\chromedriver\win64\133.0.6943.53\chromedriver.exe'), options=options) print(driver.window_handles)
output: ['9EC8C8741D57CCD84DE1F649B6EE9339', '65F0176598D2407A210BD6CDB55A0A48', 'A88AC3C0DA3AE96F0820717D5212EB9F']
why i am using option excludeSwitches: https://issues.chromium.org/issues/42320088
Additional Comments
--force-fieldtrials="*MetricsAndCrashSampling/ReportingFull/UkmSamplingRate/Sampled_NoSeed_Stable" --force-fieldtrial-params="MetricsAndCrashSampling.ReportingFull:sampling_rate_per_mille/900,UkmSamplingRate.Sampled_NoSeed_Stable:_default_sampling/1000000" --enable-features="MetricsReporting<MetricsAndCrashSampling,UkmSamplingRate<UkmSamplingRate" --disable-field-trial-config
Summary
3 window is open by default when i open browser window with selenium
Custom Questions
Please select a label to classify your issue:
Type-Bug-Regression - Used to work, now broken
Additional Data
Category: Other
Chrome Channel: Not sure
Regression: Yes