VAIBHAV SINGH Selenium Interview Question |
Question : Which driver comes with selenium webdriver build? Which browser client Libraries we dont need to download to run WebDriver? |
Firefox Driver, thats the reason why we dont need to mention any webdriver string in System.setProperty or in Environment variable |
Back |