You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remote_debug mode
I have opened a google chrome locally, how to take over it with remote_debug,
it opens another browser and doesn't take over the original browser
The text was updated successfully, but these errors were encountered:
In undetected-chromedriver, although it will open another browser, it can normally take over the old browser and perform web page operations
Maybe my chrome version 105 is not specified?
mdmintz
changed the title
remote_debug
"remote_debug" mode isn't working while in "uc" mode
Apr 4, 2023
I see the issue. I'll have it fixed in the next release. Note the the URL to access the remote debugger is chrome://inspect/#devices (And for Chrome windows to appear in that list, I think the remote debugging port will need to be hard-coded to 9222.)
I see the issue. I'll have it fixed in the next release. Note the the URL to access the remote debugger is chrome://inspect/#devices (And for Chrome windows to appear in that list, I think the remote debugging port will need to be hard-coded to 9222.)
Thank you, the port is provided by another software, it cannot be hardcoded
remote_debug mode
I have opened a google chrome locally, how to take over it with remote_debug,
it opens another browser and doesn't take over the original browser
The text was updated successfully, but these errors were encountered: