Running AutoIt in Remote session | Selenium Forum
M
Posted on 03/08/2016
Hi Ashish,

I am using AutoIT with Selenium for accessing 'Save As' dialog box. Now, I have a requirement that I need to run that script on a server accessing that remotely from my system.
The issue that I am getting is if I minimize the remote session window on my pc, the AutoIT script doesn't work. I have to keep the server window maximized for script exceution.
Please help me with this issue.

M
Replied on 03/08/2016

try robot class.


M
Replied on 04/08/2016

This has been explained anywhere in your videos?

On google, what I have been able to find out is that its a part of selenium, so in that case I do not have to use AutoIt at all?
Can you please give some online reference on using this.


M
Replied on 04/08/2016

http://www.java-tips.org/java-se-tips-100019/21-java-awt/1758-how-to-use-robot-class-in-java.html

https://www.youtube.com/watch?v=H5LQJttkunQ

https://blog.codecentric.de/en/2016/01/robot-framework-tutorial-2016-remote-server-keywords-in-java/

http://stackoverflow.com/questions/15969833/how-to-use-robot-framework-with-java-using-eclipse-as-ide

[quote:2270u3cv]I do not have to use AutoIt at all?[/quote:2270u3cv]
you don't have to.