Is possibile to Attach Edge Browser already launch with debugging port?
Similar with Attach Chrome Browser?
Thanks for the reply.
Is possibile to Attach Edge Browser already launch with debugging port?
Similar with Attach Chrome Browser?
Thanks for the reply.
${options}= Evaluate sys.modules['selenium.webdriver'].EdgeOptions() sys, selenium.webdriver
${options.use_chromium}= Set Variable True
Call Method ${options} add_experimental_option debuggerAddress localhost:9222
Create Webdriver Edge options=${options}
This fix my problem.