- zlos7arAmateur
- Posts : 41
Join date : 2012-01-13
Age : 36
Location : Germany
add functions to selenium-server-standalone.jar
Thu Feb 16, 2012 5:52 pm
In selenium IDE I added gotoIf function and it works perfectly, but how can I add this to my selenium-server-standalone.jar file so I can run my tests from the command line for the other browsers ?
Or in other words how to include user-extensions.js into selenium-server-standalone.jar
Or in other words how to include user-extensions.js into selenium-server-standalone.jar
- zlos7arAmateur
- Posts : 41
Join date : 2012-01-13
Age : 36
Location : Germany
Re: add functions to selenium-server-standalone.jar
Thu Feb 16, 2012 6:03 pm
What I need to do is check the value of bool and if its true to continue the test if its false to fail. Maybe there is a better and easier way to do this ?
- ccoxMaster
- Posts : 205
Join date : 2012-01-06
Age : 39
Location : Denver, CO
Re: add functions to selenium-server-standalone.jar
Mon Feb 20, 2012 10:52 am
Unfortunately, I don't think that gotoIf function will work running from the command. You can try it by running java -jar selenium-server.jar -userExtensions Path\user-extensions.js I have tried using the while loop from that extension and it gives me errors because it is only usable by Selenium IDE.
Your best bet to get this working is to convert your script to JUnit, copy it into Eclipse and create a function to handle the boolean.
Your best bet to get this working is to convert your script to JUnit, copy it into Eclipse and create a function to handle the boolean.
- isTextPresentXML does not work with selenium-server-standalone-2.25.0.jar
- How to use User-Extension.js in Eclipse when Eclipse integrated with selenium standalone server
- Warning: Unresponsive script on Firefox 11, Firefox 12, Firefox 13 on selenium-server-standalone-2.x
- which standalone server to use
- [error] Could not connect to Selenium Server. Have you started the Selenium Server yet?
Permissions in this forum:
You cannot reply to topics in this forum