How to get the total number of radio buttons on a page using Selenium?

We can get the total number of radio buttons on a page using Selenium webdriver using the find_elements method. While working on any radio buttons, we will always find an attribute type in the html code and its value should be radio. This characteristic is only applicable to radio buttons on that particular page and … Continue reading How to get the total number of radio buttons on a page using Selenium?