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.