4

Could any one guide how to integrate an Auto IT script with in selenium web driver?

I am using a applet window embedded with in browser.
So, using Auto IT for keystroke & Mouse action.

I don't want to run the Auto It script as an .exe file in selenium.

I just want to covert the script in to selenium and run for future enhancement.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250

1 Answers1

1

The solution: AutoITx.jar. import the jar in selenium and directly use the autoit script in selenium web driver.