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
selenium.tesing
Posts : 1
Join date : 2010-09-12

Start Selenium server Empty 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.
avatar
SEtech
Posts : 4
Join date : 2010-04-09

Start Selenium server Empty 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.
selenium.testing07
selenium.testing07
Regular Participant
Regular Participant
Posts : 26
Join date : 2010-11-20

Start Selenium server Empty 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!
avatar
Priyanka
Regular Participant
Regular Participant
Posts : 27
Join date : 2010-10-04

Start Selenium server Empty 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
avatar
harry6u
Posts : 3
Join date : 2011-04-06

Start Selenium server Empty 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
avatar
harry6u
Posts : 3
Join date : 2011-04-06

Start Selenium server Empty Re: Start Selenium server

Wed Apr 06, 2011 3:04 pm
Can you please tel me how to install PHPunit in Selenium RC
avatar
harry6u
Posts : 3
Join date : 2011-04-06

Start Selenium server Empty Re: Start Selenium server

Fri Apr 15, 2011 3:21 pm
can any one help me how to install phpunit.
thiyagarajan
thiyagarajan
Posts : 2
Join date : 2011-05-10
Location : Hyderabad

Start Selenium server Empty 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?.
Sponsored content

Start Selenium server Empty Re: Start Selenium server

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