Doesn't it support external debugging port?
Posted: Tue Nov 12, 2024 2:10 pm
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.
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.