-
Notifications
You must be signed in to change notification settings - Fork 4.8k
chore(debug controller): add per-browser highlight + close #37061
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(debug controller): add per-browser highlight + close #37061
Conversation
This comment has been minimized.
This comment has been minimized.
| connectedBrowserFactory: async ({ wsEndpoint, browserType }, use) => { | ||
| const browsers: BrowserWithReuse [] = []; | ||
| await use(async () => { | ||
| await use(async launchOptions => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- I don't see
launchOptionsbeing used anywhere. - You probably want
{ ..._defaultLaunchOptions, ...launchOptions }instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I wonder why I added it 🤔 Will revert.
This comment has been minimized.
This comment has been minimized.
Test results for "tests 1"2 failed 3 flaky46678 passed, 805 skipped Merge workflow run. |
…icrosoft#37061)" This reverts commit 78b498c.
My UI will have per-browser buttons for picking a locator and closing a browser.