Reputation: 2938
Hi i am using selenium grid to run my test everything is running fine.my application is using maps (like google map) and to perform some action on the map i have used java robot class. the problem is when i run my test case on the local machine everything including robot works great but when i run same test case over grid on different nodes everything is working fine except robot class which performs the action on local machine not on the node machine i.e i can clearly see mouse go up and down on my hub machine but not on the node plz help what to do
Upvotes: 2
Views: 2883
Reputation: 14746
Here's how you would go about doing it :
In the above URL, "123.xxx.xxx.xxx:1234" would be the IP and port number extracted from step [3]. By default, all custom node level servlets are added under the path "/extra" and RobotActions would be the name of the servlet that you would have built in step (1).
Upvotes: 1