Form Submit
Calls form submit on the form containing the recorded web element(the web element returned from css/xpath search). For instance, we can set the element to any control within the form, and the activity will call submit on the parent form of that control. In the below example, we set the web element to google search text input control and trigger submit on the containing form to start the search.
#
Designer PropertiesSee Web Event Main Properties.
#
Properties#
Web Event Main PropertiesSee Web Event Main Properties.
#
General PropertiesSee Web Event General Properties.
#
MiscSee Misc.
#
Out ErrorSee Out Error.
#
Out Properties#
Web Event Advanced PropertiesSee Web Event Advanced Properties.
#
ExampleIn this example, we set the Google input control text to "test" and trigger a search using tre FormSubmit activity.