|
Read a Field in Webpage
Reads a field's value on Webpage.
Click here to show the figure
Parameters
-
Page name Specifies which page will be read. The webpage should be opened or connected before executing this action.
-
Search element in forms Determines whether to search the field in a form or the whole page range.
-
Form name Specifies the webpage form name, if the target form is a noname form, leaves the field blank, and uses the ordinal to specify.
-
Ordinal while multi forms have same name Specifies a number to indicate a form in the forms which have the same name, or a position number for a noname form.
-
Field name Specifies the field name will be read.
-
Ordinal while multi fields have same name Specifies a number to indicate a field in the fields which have the same name, or a position number for a noname field.
-
Return read content into variable Specifies a variable for holding the field value.
Notes:
The webpage should be opened or connected before performing this action.
|