How to execute robot tests in selenium grid?

Hi,

We wanted to execute robot tests with selenium grid. But not sure on how to implement that.
Any procedure to follow to achieve this?

Or is there a way we can execute tests in parallel with pabot by sharing machines load.

Thanks!

@damies13 , @HelioGuilherme66
any suggestions?

Hi Subhananda,

Sorry I don’t know much about selenium grid, I used it once from a php script but that was more than a decade ago, so I didn’t reply earlier because I didn’t feel I could give you a good answer.

I do remember seeing a thread in this forum a few months back about someone who git it to work, but I don’t know the details.

Have a look through these threads and see if any of them help: Search results for 'selenium grid' - Robot Framework

Dave.

Thanks Dave!

1 Like

To use selenium grid, you need to know the grid URL to connect.
This is my example, when I used Zalenium (on my local IP):

Open Browser    https://www.yahoo.com/    chrome    remote_url=http://192.168.99.100:4444/wd/hub/
1 Like