1
Answer

How you can use “submit” a form using Selenium ?

Kap Shivhare

Kap Shivhare

7y
526
1

You can use “submit” method on element to submit form-

element.submit () ;

Alternatively you can use click method on the element which does form submission

Answers (1)