Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Doesn't it support external debugging port?

Post Reply
sodlf159
Posts: 90
Joined: Thu Nov 09, 2023 1:55 pm

Doesn't it support external debugging port?

Post 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.
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Doesn't it support external debugging port?

Post by salvadordf »

Try this :
https://www.briskbard.com/forum/viewtopic.php?p=8904#p8904
sodlf159
Posts: 90
Joined: Thu Nov 09, 2023 1:55 pm

Re: Doesn't it support external debugging port?

Post by sodlf159 »

That can't be run externally.

https://github.com/gologinapp/pygologin
Post Reply