How to connect SeleniumBase to already opened window of custom driver(using Driver()) it connects via Selenium #2729
-
I am trying to connect a Dolphin {anty} chromedriver to Seleniumbase? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
Hey @STARKILLER-1 Can you share the code to connect seleniumbase with Dolphin {anty} browser.? i am also working on a similar project. |
Beta Was this translation helpful? Give feedback.
Pass the
--remote-debugging-port
viachromium_arg
. Eg:If that doesn't work, then the browser probably isn't compatible.