I have a robot-framework test suite that runs all OK.
I have it running with pabot and selenium Grid, so parallel testing is all good.
My question is, can I run my test suite against multiple browsers without having to manually run the same scripts for each browser or duplicating my test suite for each browser. Essentially, using a "Resource.txt" file to tell the test to instantiate the browser the grid node is set up for.
For example, in a TestNG project (Using POM method) I use the "if" and "else" methods to tell the test to use the browser that the selenium grid node is set up for.
Python 2.7 RF 3.0.2 Grid 3.5