Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
zlos7ar
Amateur
Amateur
Posts : 41
Join date : 2012-01-13
Age : 36
Location : Germany

add functions to selenium-server-standalone.jar Empty 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
avatar
zlos7ar
Amateur
Amateur
Posts : 41
Join date : 2012-01-13
Age : 36
Location : Germany

add functions to selenium-server-standalone.jar Empty 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 ?
avatar
ccox
Master
Master
Posts : 205
Join date : 2012-01-06
Age : 39
Location : Denver, CO

add functions to selenium-server-standalone.jar Empty 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.
Sponsored content

add functions to selenium-server-standalone.jar Empty Re: add functions to selenium-server-standalone.jar

Back to top
Permissions in this forum:
You cannot reply to topics in this forum