Start Selenium server
Page 1 of 1 • Share •
Start Selenium server
Hi Friends,
I am trying to run the selenium server from c# (Visual studio), without manually running the server from command prompt.
Help me in this regard.
I am trying to run the selenium server from c# (Visual studio), without manually running the server from command prompt.
Help me in this regard.
selenium.tesing- Posts: 1
Join date: 2010-09-12
Re: Start Selenium server
i don't know about Visual studio.
but if you want to avoid manually running server from command prompt,
Make a batch file.
Then starting selenium server is just a click away.
but if you want to avoid manually running server from command prompt,
Make a batch file.
Then starting selenium server is just a click away.
SEtech- Posts: 4
Join date: 2010-04-09
Re: Start Selenium server
Do one thing,
Download Selenium Server files from http://seleniumhq.org/download/
and place that folder in particular drive, for example i have in following drive as folder name:
Drive Name: D
Folder Name: selenium-server
1. Now open command prompt
2. Type Cd/ and press enter
3. Type D: and press enter
4. Now type CD selenium-server and press enter.
5. Now type Command: java -jar selenium-server.jar
6. Press Enter.
Hopefully, Selenium Server start.
Enjoy!
Download Selenium Server files from http://seleniumhq.org/download/
and place that folder in particular drive, for example i have in following drive as folder name:
Drive Name: D
Folder Name: selenium-server
1. Now open command prompt
2. Type Cd/ and press enter
3. Type D: and press enter
4. Now type CD selenium-server and press enter.
5. Now type Command: java -jar selenium-server.jar
6. Press Enter.
Hopefully, Selenium Server start.
Enjoy!

selenium.testing07- Regular Participant

- Posts: 26
Join date: 2010-11-20
Re: Start Selenium server
Suppose If the path of selenium-server.jar file in your system is
C:\selenium\selenium-server.jar
Then you have to open notepad. Type the below (green)commands and save the file as .bat file.
Just double click on the bat file and u can start selenium server very easily.
c:
cd selenium
java -jar selenium-server.jar
C:\selenium\selenium-server.jar
Then you have to open notepad. Type the below (green)commands and save the file as .bat file.
Just double click on the bat file and u can start selenium server very easily.
c:
cd selenium
java -jar selenium-server.jar
Priyanka- Regular Participant

- Posts: 27
Join date: 2010-10-04
Re: Start Selenium server
Any one can help me, If i need to run my php script in Selenium RC wat need to be configure, and how to do that
harry6u- Posts: 3
Join date: 2011-04-06
Re: Start Selenium server
Can you please tel me how to install PHPunit in Selenium RC
harry6u- Posts: 3
Join date: 2011-04-06
Re: Start Selenium server
can any one help me how to install phpunit.
harry6u- Posts: 3
Join date: 2011-04-06
Re: Start Selenium server
I have recorded some test scenario.
Now, its running fine with FF. Can some one help to run the script in other browsers?.
Now, its running fine with FF. Can some one help to run the script in other browsers?.

thiyagarajan- Posts: 2
Join date: 2011-05-10
Location: Hyderabad
Similar topics» Nimbuzz Server
» 5 Best Approaches to Start A New Business With a Shoestring Budget.
» Start Selenium server
» How do i start selenium server using python code
» Start Selenium RC server using Java
» 5 Best Approaches to Start A New Business With a Shoestring Budget.
» Start Selenium server
» How do i start selenium server using python code
» Start Selenium RC server using Java
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
» sample webdriver code for php users
» which standalone server to use
» Dynamic Drop Down Selection
» It is possible to find list of all URL's exist in any web page in selenium ide
» It is possible to compare 2 same images in selenium IDE.
» how to compare 2 ULR's which is exist in same web page (View page source).
» Web Driver: Unable to click a link present inside the frame of a frameset
» Help me to get dynamicaly loaded options of dropdown in Selenium RC -Junit test case