9e. WebDriver – Code samples for launching other browsers
What if you can only automate your tests in one browser using Selenium, i.e. Firefox but your web application supports Chrome and IE as well? This implies that testing is required on all three browsers! If this is the case,…