|
Submit a Form on Webpage
Simulates a submission on Webpage.
Parameters
-
Page name Specifies which page will be read. The webpage should be opened or connected before executing this action.
-
Which form Specifies how to locate the target form, it can be one of the folowing:
- Locate form by name
- Locate form by ID
- Locate form by attributies
-
Form name Specifies the form name, if the target form does not have a name, leaves the field blank, and uses the option Index of forms that match criteria.
-
Form ID Specifies the ID of the form, if the target form does not have ID, leaves the field blank, and uses the option Index of forms that match criteria.
-
Form attributes Specifies the attributes string for searching the form, it must fit the specification of HTML. For example : id="abc" method="get"
-
Index of forms that match criteria Specifies the index number of the forms collection if there are more than one forms match the searching criteria.
-
After submitting Specifies whether to wait for the content of page to complete downloading.
-
Return URL into variable Specifies the variable to hold the URL after submitting.
Notes:
For more information about the timeout, please refer to "Timeout".
|