Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (47.6k points)

How do I submit a form using Selenium?

1 Answer

0 votes
by (106k points)

To submit a form using Selenium you can use “submit” method on an element to submit form:-

You can use a method which as follows:-

element.submit (); 

Another alternative way is that you can use click method on the element which does form submission. If you want to learn Selenium you must take up the following Selenium training Course. You can also watch the following Selenium tutorial which you must watch to clear all your doubts regarding Selenium.

Browse Categories

...