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 |
What are the Different Types of Waiting in the WebDriver?
What is the selenium's recording language?
How to handle keyboard and mouse actions using selenium?
What are the types of waits available in selenium webdriver?
What api is required for database testing in selenium webdriver?
How is assert command different from verify command?
Explain how you can switch back from a frame?
What are the webdriver supported mobile testing drivers?
Mention what is listeners in selenium webdriver?
What is testng assert and list out some common assertions supported by testng?
How can you redirect browsing from a browser through some proxy?
How to hover the mouse on an element?