Code to locate element by Name using Selenium Webdriver
Locator Type: Name Name attribute is unique throughout html document except checkbox and radio button. Name attribute is not unique if multiple radio button and checkboxes used with same name. Name attribute used with iframe which can be used to switch driver from current web page to iframe by using name. Java code to
Read more