
Switches back the web page Main Frame.

Profit Tiger Systems Help Documentation
Just another WordPress site
Switches back the web page Main Frame.
Switches from the Main Frame to an existing Iframe on a web page.
Retrieves all options for a Select Element.
The Get Select Options wizard will be displayed.
Choose to retrieve the Text displayed or the Values associated with each option.
Select or type in the variable that will be set.
Get Select Element – retrieves the Select Element from the current web page.
Get Option Text – retrieves all the Text options and sets it to a variable. Note: If Value had been chosen a Get Value action would have been added.
Sets the selected option of a Select Element.
The Set Select Option wizard will display.
Choose to select based on the text or the value.
Select elements display text but also have values for each option.
The list of options will be displayed.
When choosing Text, the list will be comprised of all Text options.
When choosing Value, the lsit will be comprised of all Value options.
Get Select Element – retrieves a Select Element.
Select by Text – sets the Select Element using a text value.
Creates a loop that will continue for each page when a “Next” button is present.
Select the total amount of pages that will be looped through.
A Page Count of 0 will loop until the “Next” button is not present.
The Element Page Looping wizard will display.
Select or type in the variable name that will contain the ElementCollection that will be looped through.
Loop Elements with Paging – loops through an ElementCollection and continues to do so for each page.
Get Element Tag – retrieves the Tag of the current Element in the loop. Note: the current element is set to the CurrentItem variable.
Retrieves the url from a Link Page Element.
The Get Link Url wizard will display.
Select or type in the variable to which the url will be set.
Get Link Element – retrieves the link element from the current web page.
Get Href Attribute – retrieves the Href url from the Page Element.
Retrieves attributes from a specific html element.
The Get Element Attributes wizard will display.
Select a attribute from the drop down list.
Select or type in a variable to which the attribute value will be set.
Click the Plus button to add attribute to the list.
Repeat the process until all required attributes are listed.
Get Page Element – retrieves the selected element from the current web page.
Get Attribute Value – retrieves a specific attribute that belongs to a Page Element. Note: A Get Attribute Value will be added for each attribute that was added to the Action Builder List.
Saves a web page image to a local directory.
The Save Image to Path wizard displays.
Select or type in the variable that will contain the local path to which the image will be saved.
Select the format of the image from the drop down list.
Get Image Element – retrieves the Image element from the web page.
Get Element Image – downloads the Image into a variable.
Save Image to File – takes a Image variable and saves it to a local directory.
Retrieves a Image from a Image Html Element.
Get Image Element – retrieves the image element from the web page.
Get Element Image – downloads the image into a variable that can be later used in other actions.
Performs a Click action on a specific element.
Get Image Element – retrieves a Html element. Note: we are retrieving a Image element since that is what was selected.
Click Image – add a Click action to that element.
Perform Element Actions – peforms all actions on a specific element. Note: In this case, we are peforming only a Click Action.