Interview Questions

Selenium WebDriver and Selenium IDE - How to run the tests in google chrome using selenium webdriver?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebDriver and Selenium IDE - How to run the tests in google chrome using selenium webdriver?

Sometimes, webdriver cannot launch chrome directly, so (1) we can use Desired Capabilities of WebDriver, put chrome browser application path in the code ; (2) we need to have chromedriver.exe file in the application path. Alternatively, we can manually start chrome driver service, and then launch the test in chrome.

(Continued on next question...)

Other Interview Questions