Skip to content

How to connect SeleniumBase to already opened window of custom driver(using Driver()) it connects via Selenium #2729

Answered by mdmintz
STARKILLER-1 asked this question in Q&A
Discussion options

You must be logged in to vote

Pass the --remote-debugging-port via chromium_arg. Eg:

with SB(chromium_arg="--remote-debugging-port=7890") as sb:
    # ...

If that doesn't work, then the browser probably isn't compatible.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@STARKILLER-1
Comment options

@STARKILLER-1
Comment options

Answer selected by mdmintz
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants