Hi all,
Can you help me to change driver to this one?
WindowsDriver Session = new WindowsDriver(new URL(“http://127.0.0.1:4723”), capabilities)
Like we have a solution for change to Selenium webdriver:
DriverFactory.changeWebDriver(driver)
I found WindowsDriverFactory but had no success using it.
(I know I can start the application via Katalon, which works perfectly, but having another issues going forward. That is why I need to use WindowsDrivers.I might try to debug this thread as well, but first I’d rather stay with my previous solution in Eclipse.)
thank you
daniel