Tell me can we use selenium rc for tests driving on two different browsers on one operating system without selenium grid?
Answer / Archana Verma
Yes, it's possible to run Selenium RC (Remote Control) tests on two different browsers on the same operating system without using the Selenium Grid. To do this, you would need to start separate instances of Selenium RC for each browser and configure your test scripts to target the appropriate RC server.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are its advantages of pom?
Explain how you can handle frames using selenium 2.0?
What is the difference between driver.get() and driver.navigate.to()
How to download a file in selenium webdriver?
Tell me how you can find broken images in a page using selenium web driver?
Which files can be used as data source for different frameworks?
Tell me why to choose python over java in selenium?
How to launch a browser using selenium webdriver?
What programming languages does Selenium use?
Explain dataproviders in testng ?
Explain what is the difference between borland silk and selenium?
How do you get the current page url?