How to specify firefox version in robot framework

I am using “SeleniumLibrary” in robot framework . I installed two version of firefox in my machine . I would like to use the specific custom path of firefox for executing the automation .Please help me out to sort out this issue as earlier as possible

You can handle that outside of Robot Framework, by changing the PATH to find the desired version first. This can be done by a shell/batch script which will call robot after setting the environment variable.
Or you can use do that in the setup before using SeleniumLibrary keywords.

1 Like