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
|
I am trying to connect a Dolphin {anty} chromedriver to Seleniumbase? |
Answered by
mdmintz
Apr 29, 2024
Replies: 2 comments 2 replies
|
Pass the with SB(chromium_arg="--remote-debugging-port=7890") as sb:
# ...If that doesn't work, then the browser probably isn't compatible. |
2 replies
Answer selected by
mdmintz
|
Hey @STARKILLER-1 Can you share the code to connect seleniumbase with Dolphin {anty} browser.? i am also working on a similar project. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pass the
--remote-debugging-portviachromium_arg. Eg:If that doesn't work, then the browser probably isn't compatible.