Web automation testing using Selenium RemoteWebDriver
Selenium is a tool that helps us to test the UI of web applications on a variety of browsers (Chrome, Firefox, …) completely automatically. It uses the WebDriver concept such as ChromeDriver, FirefoxDriver, RemoteWebDriver … to realize its ideas. Each browser, each different environment will… Read More