Few Questions for Selenium Beginners Q.1> What is Selenium? Ans. Selenium is an open source framework which is used to automate web-application. Q.2 > What are the flavors of Selenium? Ans. There are four flavors of selenium- a. Selenium IDE (Integrated development environment). b. Selenium RC (Remote control). c. Selenium Web driver. d. Selenium Grid. Q.3> What is Selenium web driver? Ans. Selenium web driver is an free and open source automation tool which is used to automate web application. - It is developed under the guidance of Jason Huggins. Q.4> What are the advantages of Selenium web driver? Ans. The advantages are as follows- a. It is a free and open source. b. It supports multiple...