VAIBHAV SINGH
Selenium Interview Question

Question : What are the webdriver String?

For Chrome - webdriver.chrome.driver
For IE - webdriver.ie.driver

Note : all letter must be in lowercase


Back