Page 1 of 1

Doesn't it support external debugging port?

Posted: Tue Nov 12, 2024 2:10 pm
by sodlf159
C# or
In the case of Python
Supports external debugging port.
EX)

debugger_address = gl.start()
chrome_options = Options()
chrome_options.add_experimental_option("debuggerAddress", debugger_address)
driver = webdriver.Chrome(executable_path=chrome_driver_path, options=chrome_options)
driver.get("http://www.python.org")

However, like Selenium, it has the ability to connect directly to an external browser as a client.

I need a Delphi implementation of that.

Re: Doesn't it support external debugging port?

Posted: Tue Nov 12, 2024 2:50 pm
by salvadordf
Try this :
https://www.briskbard.com/forum/viewtopic.php?p=8904#p8904

Re: Doesn't it support external debugging port?

Posted: Wed Nov 13, 2024 7:26 am
by sodlf159
That can't be run externally.

https://github.com/gologinapp/pygologin