What is the use of Click () in Selenium?
Click() is one of the most important methods in Selenium IDE library. It is used for clicking on the Web Elements, i.e. Buttons, Links, Checkboxes, Drop-Downs, and Textbox etc. The Click() method clicks on the button, link, or other control identified in the argument.