Start Selenium server
+2
SEtech
selenium.tesing
6 posters
- selenium.tesing
- Posts : 1
Join date : 2010-09-12
Start Selenium server
Thu Sep 23, 2010 5:55 pm
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.
- SEtech
- Posts : 4
Join date : 2010-04-09
Re: Start Selenium server
Tue Nov 16, 2010 12:35 pm
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.
- selenium.testing07Regular Participant
- Posts : 26
Join date : 2010-11-20
Re: Start Selenium server
Mon Nov 29, 2010 6:14 pm
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!
- PriyankaRegular Participant
- Posts : 27
Join date : 2010-10-04
Re: Start Selenium server
Wed Dec 01, 2010 4:45 pm
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
- harry6u
- Posts : 3
Join date : 2011-04-06
Re: Start Selenium server
Wed Apr 06, 2011 2:32 pm
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
Wed Apr 06, 2011 3:04 pm
Can you please tel me how to install PHPunit in Selenium RC
- harry6u
- Posts : 3
Join date : 2011-04-06
Re: Start Selenium server
Fri Apr 15, 2011 3:21 pm
can any one help me how to install phpunit.
- thiyagarajan
- Posts : 2
Join date : 2011-05-10
Location : Hyderabad
Re: Start Selenium server
Tue May 10, 2011 5:59 pm
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?.
Permissions in this forum:
You cannot reply to topics in this forum