Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions

Difference between submit() and click() in Selenium?

Category: Selenium WebDriver

Both click () and submit () both are used to click Button in Web page. Selenium WebDriver has one special method to submit any form and that method name Is submit (). submit () method works same as clicking on submit button. You can use .click () method to click on any button. There is no restriction for click buttons.

Leave a Reply

Your email address will not be published. Required fields are marked *