Tell us how can you run selenium server other than the default port 4444?



Tell us how can you run selenium server other than the default port 4444?..

Answer / Ravindra Kumar Verma

To run the Selenium Server on a different port, you need to provide the desired port number as an argument. For example, if you want to run it on port 9515, use the command: selenium-server-standalone.jar -port 9515.n"Running selenium server on non-default port"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Selenium Interview Questions

What are the Different Types of Waiting in the WebDriver?

1 Answers  


What is the selenium's recording language?

1 Answers  


How to handle keyboard and mouse actions using selenium?

1 Answers  


What are the types of waits available in selenium webdriver?

1 Answers  


What api is required for database testing in selenium webdriver?

1 Answers  


How is assert command different from verify command?

1 Answers  


Explain how you can switch back from a frame?

1 Answers  


What are the webdriver supported mobile testing drivers?

1 Answers  


Mention what is listeners in selenium webdriver?

1 Answers  


What is testng assert and list out some common assertions supported by testng?

1 Answers  


How can you redirect browsing from a browser through some proxy?

1 Answers  


How to hover the mouse on an element?

1 Answers  


Categories