Script Integration with Selenium Webdriver

Can anyone advise integrating Auto IT script with selenium web driver?

I use the applet window built into the browser.
Thus, using Auto IT for keystrokes and mouse actions.

I do not want to run Auto It script as a .exe in selenium.

I just want to hide the script for selenium and run for further improvement.

+4
source share
1 answer

Solution: AutoITx.jar. import the jar into selenium and directly use the autoit script in the selenium web driver.

+1
source

Source: https://habr.com/ru/post/1436064/


All Articles