Test Action Types Overview
Functionize offers a wide variety of Test Actions to automate testing of your application under test (AUT). There are two categories of Test Actions that we will provide details for below: Element-based and Non-Element-based .
Architect Test Actions
Certain Test Actions are added automatically by Architect during recording, such as Pageinit , every time a URL opens or reloads. Some Test Actions , such as opening the Email Reader tool or Not on Page , are available to add via Architect during initial recording or Local Edit.
Inserting Test Actions
Functionize has a feature called Quick Add that makes it easy to insert Test Actions without having to record with Architect. Element-based Test Actions can be added to existing tests through the Slider View . Here the element can be selected and associated attributes set from the last-run screenshot. Non-Element-based Test Actions can be added to existing tests from the Test Details page as well as the Slider View .
See User Guide: Quick Add
Editing Test Actions
The Test Action Settings for both Element-based and Non-Element-based Test Actions can be viewed and edited in both the Test Details page and Slider View .
See User Guide: Action Settings
Actions List
This list contains all Test Actions available in Functionize automated tests, as well as the Test Action Settings available for each by default. Click the name of any Test Action to jump down to see the default Test Action Setting details.
Alert ( non-Element-based ) Click OK on a JavaScript alert pop-up modal.
Apicall ( non-Element-based ) Open the Functionize API Explorer tool for testing API calls.
Break ( non-Element-based ) Add custom JavaScript to return a true/false statement, if returns true, the loop will break.
Click ( Element-based ) Click an element on the webpage.
Conditional ( non-Element-based ) Add custom JavaScript to return a true/false statement, if returns true, the conditional executes.
Confirmation ( non-Element-based ) Click OK or Cancel on a pop-up modal.
Contextswitch ( Element-based ) Added by Architect to denote switching context, such as browser tabs or iFrames.
Continue (non-Element-based ) Add custom JavaScript to return a true/false statement, if returns true, the loop will continue.
Customcode ( non-Element-based ) Add custom JavaScript functions for advanced testing needs.
DBExplorer ( non-Element-based ) Open the Functionize DB Explorer tool for testing backend databases.
Doubleclick ( Element-based ) Double-click an element on the webpage.
Download ( non-Element-based ) Download a file from the application under test.
Dragby ( Element-based ) Track a drag via mouse coordinates.
Emailr eceive ( non-Element-based ) Open the Functionize Email Reader tool.
Enter ( Element-based ) Add an Enter keypress.
ESignature ( Element-based ) Enter an E-signature item into a webpage input.
Extension-curl (non-Element-based ) Call cURL commands to call an API as part of a test execution.
Extension-curl extension (non-Element-based ) UNDER DEVELOPMENT Users should be able to copy/paste cURL commands directly from Postman.
Extension-Postman Collection (non-Element-based ) UNDER DEVELOPMENT Postman Collection: Users can access Postman Collections via import of your JSON file.
FileViewer ( non-Element-based ) Open the Functionize File Viewer tool.
Hover ( Element-based ) Application elements with ‘on-hover’ activations.
Html5dragdrop (Element-based ) Drag and drop HTML5 elements provided by the browser.
Input ( Element-based ) Enter test data into an element within the application under test.
Keypress ( non-Element-based ) Add a keypress as part of test execution, such as an arrow key.
Loop (non-Element-based ) Perform a set of test actions a set number of time or based on adding custom JavaScript to determine when a loop should continue to execute or exited.
Navigate ( non-Element-based ) Direct the test to a new URL.
Notonpage ( non-Element-based ) Confirm an item does not exist on a webpage.
Pageinit ( non-Element-based ) Added by Architect every time a page is initialized.
Prompt ( non-Element-based ) Input text into a webpage prompt modal.
Resize ( non-Element-based ) Resize the browser window.
Rightclick ( Element-based ) Right-click an element within application under test.
Scroll (Element-based ) Move to a new location on the webpage.
SetCookie (non-Element-based ) Injecting cookie data into the application under test during test execution.
SetHTMLStorage (non-Element-based ) Injecting HTML5 data into the application under test during test execution.
SetVariable (non-Element-based ) Using a Functionize Expression to store data in a variable to be used later in the same test (Local Variable) or other tests (Project Variable).
Select ( Element-based ) Select a specific webpage element, such as drop-down list.
Smsreceive ( non-Element-based ) Open the Functionize SMS Reader tool to receive a message.
Smssend (non-Element-based ) Open the Functionize SMS Reader tool to send a message.
Textselect ( Element-based ) Select (highlight) text on a webpage.
Upload ( Element-based ) Upload a static or dynamic file to the application under test.
Urlchange ( non-Element-based ) Added by Architect to direct the test to a new URL.
Verify ( Element-based ) Verify attributes or CSS style sheet properties of any webpage elements.
Verify-Visual Verification (Element-based ) Perform a visual check on individual webpage elements based on a Baseline or a Previous Step.
VerifyVariable (non-Element-based ) Verify contents of Variables created by SetVariable action type.
Vispagechk ( non-Element-based ) Perform a full-page visual check based on a Baseline or a Previous Step.
Wait ( non-Element-based ) Set time (in milliseconds) to pause the execution of a test in order to wait for backend processing to complete. This Action Type has SmartWait capabilities to continue test if network calls complete before wait time.
Element-based Test Actions
List all Element-based Test Actions and their default settings, linked from list above.
Click
Settings TAB
Advanced TAB
General Section: Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Executor Type Section: Executor Type, Mouse X, Mouse Y
Add Keypress Section: Meta, Shift, Alt, Ctrl
Advanced General Section: Path, Window Width, Window Height
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Disable Self Heal Validation, Enable Force React, Override Default Self-Heal, Enable Timing Model Override
Information Section
Element Miner Section
Selector Type Section
Pre Script Section
Post Script Section
Outcome Override Section
Contextswitch
Settings TAB
Advanced TAB
General Section: Target Path, Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Advanced General Section: Path, X Scroll, Y Scroll, Window Width, Window Height, Action Retries, Retry Count
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Enable Force React, Override Default Self-Heal, Enable Timing Model Override
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Outcome Override Section
Doubleclick
Settings TAB
Advanced TAB
General Section: Skip Action
Mappings Section: Manage Extension, Add Test Data
Executor Type Section: Executor Type, Mouse X, Mouse Y
Note Section
Add Keypress Section: Meta, Shift, Alt, Ctrl
Advanced General Section: Path, Window Width, Window Height
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Skip Scroll, Disable Self Heal Validation, Enable Force React, Override Default Self-Heal, Enable Timing Model Override
Information Section
Element Miner Section
Selector Type Section
Pre Script Section
Post Script Section
Dragby
Settings TAB
Advanced TAB
General Section: Mouse X Start, Mouse Y Start, Drag X By, Drag Y By, Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Advanced General Section: Path, X Scroll, Y Scroll, Window Width, Window Height
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Disable Self Heal Validation, Enable Force React, Override Default Self-Heal, Enable Timing Model Override
Information Section
Element Miner Section
Selector Type Section
Executor Type Section: Executor Type, Mouse X, Mouse Y
Pre Script Section
Post Script Section
Outcome Override Section
Enter
Settings TAB
Advanced TAB
General Section: Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Advanced General Section: Path, X Scroll, Y Scroll, Window Width, Window Height
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Disable Self Heal Validation, Enable Force React, Override Default Self-Heal, Enable Timing Model Override
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Outcome Override Section
ESignature
Settings TAB
Advanced TAB
General Section: Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Advanced General Section: Path, X Scroll, Y Scroll, Window Width, Window Height
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Disable Self Heal Validation, Enable Force React, Override Default Self-Heal, Enable Timing Model Override
Information Section
Element Miner Section
Selector Type Section
Pre Script Section
Post Script Section
Outcome Override Section
Hover
Settings TAB
Advanced TAB
General Section: Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Add Keypress Section: Meta, Shift, Alt, Ctrl
Executor Type Section: Executor Type, Mouse X, Mouse Y
Advanced General Section: Path, Window Width, Window Height
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Disable Self Heal Validation, Enable Force React, Override Default Self-Heal, Enable Timing Model Override
Information Section
Element Miner Section
Selector Type Section
Pre Script Section
Post Script Section
Outcome Override Section
Html5dragdrop
Settings TAB
Advanced TAB
General Section: Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Advanced General Section: Path, X Scroll, Y Scroll, Window Width, Window Height
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Disable Self Heal Validation, Enable Force React, Override Default Self-Heal, Enable Timing Model Override
Information Section
Element Miner Section
Selector Type Section
Executor Type Section: Executor Type, Mouse X, Mouse Y
Pre Script Section
Post Script Section
Outcome Override Section
Input
Settings TAB
Advanced TAB
General Section: Input value, Skip Action, Don't lose focus
Mappings Section: Manage Extension, Add Test Data
Executor Type Section
Note Section
Advanced General Section: Path, X Scroll, Y Scroll, Window Width, Window Height
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Don't lose focus, Disable Self Heal Validation, Append, Encrypt, Enable Force React, Override Default Self-Heal, Enable Timing Model Override
Executor Type Section
Information Section
Element Miner Section
Selector Type Section
Pre Script Section
Post Script Section
Outcome Override Section
Rightclick
Settings TAB
Advanced TAB
General Section: Skip Action
Mappings Section: Manage Extension, Add Test Data
Executor Type Section: Executor Type, Mouse X, Mouse Y
Note Section
Add Keypress Section: Meta, Shift, Alt, Ctrl
Advanced General Section: Path, Window Width, Window Height
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Disable Self Heal Validation, Enable Force React, Override Default Self-Heal, Enable Timing Model Override
Information Section
Element Miner Section
Selector Type Section
Pre Script Section
Post Script Section
Outcome Override Section
Scroll
Settings TAB
Advanced TAB
General Section: X Coordinate, Y Coordinate, Skip Action
Mappings Section: Manage Extension, Add Test Data
Executor Type Section: Executor Type, Mouse X, Mouse Y
Note Section
Advanced General Section: Path, Window Width, Window Height
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Disable Self Heal Validation, Enable Force React, Override Default Self-Heal, Enable Timing Model Override
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Outcome Override Section
Select
Settings TAB
Advanced TAB
General Section: Value, Text, Skip Action
Mappings Section: Manage Extension, Add Test Data
Selector Type Section
Note Section
Advanced General Section: Path, X Scroll, Y Scroll, Window Width, Window Height
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Disable Self Heal Validation, Enable Force React, Override Default Self-Heal, Enable Timing Model Override
Information Section
Element Miner Section
Selector Type Section
Pre Script Section
Post Script Section
Outcome Override Section
Textselect
Settings TAB
Advanced TAB
General Section: Selected Text, Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Selector Type Section
Executor Type Section
Advanced General Section: Path, X Scroll, Y Scroll, Window Width, Window Height
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Disable Self Heal Validation, Enable Force React, Override Default Self-Heal, Enable Timing Model Override
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Outcome Override Section
Upload
Settings TAB
Advanced TAB
General Section: Attachment, Upload From Step
Mappings Section: Manage Extension, Add Test Data
Note Section
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Don't lose focus, Disable Self Heal Validation, Append, Enable Force React, Close Upload Popup, Skip Action, Override Default Self-Heal, Enable Timing Model Override
In formation S ection
Element Miner Section
Selector Type Section
Pre Script Section
Post Script Section
Outcome Override Section
Verify
Settings TAB
Advanced TAB
Verifications Section: DOM Attribute, Operator, Value, Multiple, CSS Attribute, Operator, Value, Multiple, Visual Verification, Visual Check Type, Visual Match Requirement(%)
General Section: Optional, Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Outcome Override Section
In formation S ection
Advanced General Section: Path, X Scroll, Y Scroll, Window Width, Window Height, Action Retries, Retry Count
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Disable Self Heal Validation, Enable Force React, Override Default Self-Heal, Enable Timing Model Override
Element Miner Section
Selector Type Section
Pre Script Section
Post Script Section
Verify-Visual Verification
Settings TAB
Advanced TAB
Verifications Section: DOM Attribute, Operator, Value, Multiple, CSS Attribute, Operator, Value, Multiple, Visual Verification, Visual Check Type, Visual Match Requirement(%)
General Section: Optional, Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Outcome Override Section
Information Section
Advanced General Section: Path, X Scroll, Y Scroll, Window Width, Window Height, Action Retries, Retry Count
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Disable Self Heal Validation, Enable Force React, Override Default Self-Heal, Enable Timing Model Override
Element Miner Section
Selector Type Section
Pre Script Section
Post Script Section
Non-Element-based Test Actions
List all Non-Element-based Test Actions and their default settings, linked from list above.
Alert
Settings TAB
Advanced TAB
General Section: Skip Action
Mappings Section: Manage Extension
Note Section
Advanced General Section: Path, Window Width, Window Height
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Enable Force React
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Apicall
Settings TAB
Advanced TAB
General Section: Skip Action, Skip Scroll
Mappings Section: Manage Extension
Note Section
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Enable Force React
Information Section
Element Miner Section
Outcome Override Section
Break
Settings TAB
Advanced TAB
General Section: Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Failure Message Section
Break Code Section
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Enable Force React
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Conditional
Settings TAB
Advanced TAB
Mappings Section: Manage Extension, Add Test Data
Note Section
General Custom JS Section: Conditional End Action, Skip Action
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Enable Force React
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Confirm
Settings TAB
Advanced TAB
General Section: OK, Cancel, Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Advanced General Section: Path, Window Width, Window Height
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Enable Force React
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Continue
Settings TAB
Advanced TAB
General Section: Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Failure Message Section
Continue Code Section
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Enable Force React
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Customcode
Settings TAB
Advanced TAB
General Section: Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Failure Message Section
Custom Code Section
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Enable Force React
Information Section
Element Miner Section
Pre Script Section
Post Script Section
DBExplorer
Settings TAB
Advanced TAB
General Section: Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Enable Force React
Information Section
Element Miner Section
Outcome Override Section
Download
Settings TAB
Advanced TAB
General Section: Skip Action
File Section: Attach File, File
Mappings Section: Manage Extension
Note Section
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Enable Force React
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Outcome Override Section
Emailreceive
Settings TAB
Advanced TAB
General Section: Skip Action
Mappings Section: Manage Extension
Note Section
Information Section
Element Miner Section
Outcome Override Section
Extension-curl
Settings TAB
Advanced TAB
Mappings Section: Manage Extension, Add Test Data
Note Section
General Section: Extension Name, Command, Validate, Expected Response
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Enable Force React
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Extension-curl extension UNDER DEVELOPMENT
Settings TAB
Advanced TAB
Mappings Section: Manage Extension, Add Test Data
Note Section
General Section: Extension Name, Method, Data, URL, Header Command, Validate, Expected Response
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Enable Force React
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Extension-Postman Collection UNDER DEVELOPMENT
Settings TAB
Advanced TAB
Mappings Section: Manage Extension, Add Test Data
Note Section
General Section: Extension Name, Collection Type, Collection File, Environment Variable Type, Environment Variables File, Processing Type, Data File Type, Data File, Command, Validate, Expected Response
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Enable Force React
Information Section
Element Miner Section
Pre Script Section
Post Script Section
FileViewer
Settings TAB
Advanced TAB
General Section: Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Enable Force React
Information Section
Element Miner Section
Outcome Override Section
Keypress
Settings TAB
Advanced TAB
General Section: Key, Meta, Shift, Alt, Ctrl, Skip Action, Don't lose focus
Mappings Section: Manage Extension, Add Test Data
Note Section
Advanced General Section: Path, Window Width, Window Height
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies
Executor Type Section: Executor Type, Mouse X, Mouse Y
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Loop
Settings TAB
Advanced TAB
Mappings Section: Manage Extension, Add Test Data
Note Section
General Section: Custom JS, X Times, Custom JS, Times, Loop End Action
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Enable Force React
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Navigate
Settings TAB
Advanced TAB
General Section: URL, Skip Action, Don't lose focus
Mappings Section: Manage Extension, Add Test Data
Note Section
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Enable Force React
Information Section
Element Miner Section
Outcome Override Section
Notonpage
Settings TAB
Advanced TAB
General Section: Input value, Skip Action, Don't lose focus
Mappings Section: Manage Extension, Add Test Data
Selector Section
Note Section
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Enable Force React, Override Default Self-Heal
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Outcome Override Section
Pageinit
Settings TAB
Advanced TAB
General Section: URL, Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Advanced General Section: Path, Window Width, Window Height, Latitude, Longitude
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Enable Force React
Information Section
Element Miner Section
Outcome Override Section
Pre Script Section
Post Script Section
Prompt
Settings TAB
Advanced TAB
General Section: Input, Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Advanced General Section: Path, X Scroll, Y Scroll, Window Width, Window Height
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Enable Force React
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Outcome Override Section
Resize
Settings TAB
Advanced TAB
General Section: Width, Height, Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Enable Force React
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Outcome Override Section
SetCookie
Settings TAB
Advanced TAB
General Section: Name, Value, Duration, Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Enable Force React
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Outcome Override Section
SetHTMLStorage
Settings TAB
Advanced TAB
General Section: Storage Name, Storage Value, Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Enable Force React
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Outcome Override Section
SetVariable
Settings TAB
Advanced TAB
Mappings Section: Manage Extension, Add Test Data
Note Section
General Section: Scope, Type, Name
Expression Section
Skip Action
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Enable Force React
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Smsreceive
Settings TAB
Advanced TAB
General Section: Skip Action
Mappings Section: Manage Extension
Note Section
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Enable Force React
Information Section
Element Miner Section
Outcome Override Section
Smssend
Settings TAB
Advanced TAB
From Number, To Number, Message, Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Enable Force React
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Urlchange
Settings TAB
Advanced TAB
General Section: URL, Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Advanced General Section: Path, Window Width, Window Height
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Enable Force React
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Outcome Override Section
VerifyVariable
Settings TAB
Advanced TAB
Mappings Section: Manage Extension, Add Test Data
Note Section
Javascript Verification Section
Optional, Skip Action
Information Section
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Enable Force React
Element Miner Section
Pre Script Section
Post Script Section
Vispagechk
Settings TAB
Advanced TAB
General Section: Visual Match Requirement (%), Visual Check Type, Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Advanced General Section: Path, X Scroll, Y Scroll, Window Width, Window Height, Capture Width, Capture Height
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Enable Force React
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Outcome Override Section
Wait
Settings TAB
Advanced TAB
General Section: Time, Smart Wait, Skip Action
Mappings Section: Manage Extension, Add Test Data
Note Section
Miscellaneous Section: Value, Text, Src, Href
Runtime Timeout (in seconds) Section
Options Section: Skip Screenshot, Clear Cookies, Skip Scroll, Enable Force React
Information Section
Element Miner Section
Pre Script Section
Post Script Section
Outcome Override Section