Testing web applications in different web browsers, their versions running on different platforms/configuration can be automated using Selenium WebDriver with your favourite programming language. Selenium supports all the major web browsers. Selenium standalone server could be used for creating browser instances on remote machines too. Creating a browser instance (or launching a web
Headless browser testing very important when you want run your Selenium test suites efficiently. Popular headless browsers supported by Selenium WebDriver are taken off from v3.6.0. It is time to switch to recently included headless browsers. We have discuss What, Why, When and How of the headless testing. Our recommendations for the testers are