Can selenium automate browser?
When it comes to automated testing, Selenium is the most popular tool used by software tester. Selenium is a very powerful tool for automating browser. Thousands of testers are using selenium for automating their test cases. But, can selenium automate all the browsers? The answer is no. Selenium can automate only specific browsers like Firefox, Chrome and Internet Explorer. You cannot use selenium for automation of web pages or web application developed using HTML 5 technology or any other JavaScript run browser like Google Chrome Frame.
Learn more: Browser Automation Using Selenium - GeeksforGeeks