Forum Discussion
rupert_anderson
9 years agoValued Contributor
Hi,
As you say, for Selenium 3.x, I seem to remember there being multiple dependency issues when I tried it.
In terms of Selenium 2.5, I seem to remember getting that working from a Groovy TestStep, at least on my Mac:
However, an alternative approach, which I ultimately found cleaner, is to run the Selenium script via an external Python script. It avoids any classpath / dependency issues - maybe see if this is an option for your case:
Regards,
Rupert
rich-peters
9 years agoNew Contributor
Hi,
thanks for the response. It seems like a good idea to separate the jvms via the python script that then executes selenium. The downside is that you can not use the soapUI setup/teardown test suite scripts to do any real setup, since you are launching a new jvm each time