-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: connect to remote browser services #3545
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
Draft
l2ysho
wants to merge
20
commits into
v4
Choose a base branch
from
1822-connect-to-remote-browser-services
base: v4
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
a5df5b8
feat: add `isRemote` flag and connect option types for remote browser…
l2ysho b012525
feat: add PlaywrightPlugin remote connection routing via `connect()` …
l2ysho 0e83812
feat: add PuppeteerPlugin remote connection routing via `puppeteer.co…
l2ysho 29e7aa4
feat: skip proxy/webdriver hiding for remote browsers, add remote con…
l2ysho ed86761
fix: require endpoint in connect options, use non-deprecated Playwrig…
l2ysho bd19911
feat: default `useIncognitoPages` to `true` for remote browser connec…
l2ysho 373da36
fix: improve remote connection error handling and endpoint validation
l2ysho 76b7d20
fix: prevent resource leaks in PuppeteerPlugin remote browser connect…
l2ysho 01ada42
chore: add clarifying comments for remote launch path in base class
l2ysho f7dc7c6
fix: clarify useIncognitoPages pattern and improve warning for WebSoc…
l2ysho 0e3218b
feat: add warnings for ignored options on remote browser connections
l2ysho a11370a
test: add unit tests for remote browser connections
l2ysho 2740bf4
fix: prevent proxy URL from leaking into remote Puppeteer browser con…
l2ysho fb73726
docs(examples): add remote browser integration examples
l2ysho 3be257c
Merge branch 'v4' into 1822-connect-to-remote-browser-services
l2ysho 92b971b
Merge branch 'v4' into 1822-connect-to-remote-browser-services
l2ysho 090ae78
feat(browser-pool): add RemoteBrowserProvider abstract class and re…
l2ysho 945ef92
feat(browser-pool): add maxOpenBrowsers to prevent concurrent session…
l2ysho 2f6e9eb
update remote browser
l2ysho 604346a
update examples
l2ysho File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
this is temporary fix of 1 remote browser per url problem (discussed in meet). should be fixed by #3605