-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Possible to connect to existing session? #3764
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
Comments
Duplicate of #3354 (comment). |
@mdmintz , perhaps I misunderstood that link. It looks like that allows SeleniumBase to connect to an existing browser session? Is it possible to do the reverse - start a browser session with SeleniumBase, then allow another process to connect to it? |
You can connect to an existing browser session with SeleniumBase, but if you want something else to connect to an existing SeleniumBase session, then it's up to the API of whatever tool you're using to do the connection. |
Yeah, I was doing that with standard Selenium, where I can pass in a value for But I'm not sure how to set (or extract) the |
With SeleniumBase, connecting to an existing browser is done via |
Ok, I'll check that out, thanks. :) |
Uh oh!
There was an error while loading. Please reload this page.
When using standard Selenium, it's possible to use the following code to define a URL for the browser session to run on:
This makes it possible for another process to hook into the Selenium browser. Is something similar possible with SeleniumBase?
The text was updated successfully, but these errors were encountered: