|
Click Element on a Webpage
Searches the webpage for the element that matches the specified criteria, and then simulates a click on it.
Click here to show the figure
Parameters
-
Page name Specifies which page will be searched. The webpage should be opened or connected before executing this action.
-
Find what Specifies the type of element to be searched.
-
Find method Specifies the search method.
-
Find content Specifies the content to find.
-
Ordinal while multi elements meet condition Specifies the position of the element in all matched elements.
-
Match case Specifies whether the search is case-sensitive.
-
Match whole words Specifies whether to search only for whole words that match the search content.
-
Wait for downloading page to complete Specifies whether to wait the page loading when clicking action causes the webpage to navigate a new page.
-
Return URL into variable Specifies the variable to hold the URL after clicking.
Notes:
For the find method "Find element by attribute", using the standard HTML synax, for example:
id=abc size=1
id="abc" size="1"
|