Header
(8.5.X) Web Actions
General Web Actions
Clipboard.Copy
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
Text | Enter the text to add to the clipboard memory. | Yes | String |
Clipboard.Clear
CloseCurrentWindow
CheckExcelProcess
ConcatString
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
str1 | First string for concatenation | No | String |
str2 | Second string for concatenation | No | String |
Key | Key name under which the result of concatenation will be stored. | No | String |
ComparetwoStrings (Deprecated)
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
Str1 | First string for comparison | No | String |
Str2 | Second string for comparison | No | String |
ComparetwoInt
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
int1 | First integer value for comparison | No | String |
int2 | Second integer value for comparison | No | String |
OpenURL
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
url | Enter the URL that you want to open. | Yes | String |
- $$_ISIE: If browser type is set as IE (Internet Explorer), then this expression is stored as True. Here, other two ($$_ISFIREFOX and $$_ISCHROME) are stored as FALSE.
- $$_ISFIREFOX: If browser type is set as FIREFOX (Mozilla Firefox), then this expression is stored as True. Here, other two ($$_ISIE and $$_ISCHROME) are stored as FALSE.
- $$_ISCHROME: If browser type is set as CHROME (Google Chrome), then this expression is stored as True. Here, other two ($$_ISFIREFOX and $$_IE) are stored as FALSE.
NavigateForward
NavigateBack
RandomString
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
CharacterList | The string given as input could be alphabetic, alphanumeric or numeric. | No | String |
Length | The length of the random string to be generated. | No | String |
strKey | The value of the random string is stored in strKey | No | String |
ReplaceStringBySubString
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
Key | Enter the key name in which you want to store the updated string. | Yes | String |
inputString | Enter the string that you want to replace. | Yes | String |
Find | Enter the part of the string that need to be replaced. | Yes | String |
Replacewith | Enter the replacement text for the first string. | Yes | String |
Start | Enter the start position. Default is 1. All characters before the start position will be removed. | No | String |
count | Enter the number of substitutions to perform. Default is -1, which makes all possible substitutions. | No | String |
Case Sensitive | Enter whether you want to consider case-sensitivity when comparing the string before replacement. Value for this parameter can be 0 or 1.
| No | String |
ReplaceAndStoreText
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
SourceText | The complete path of the file to be executed. | No | String |
TextToBeReplaced | Substring that is to be replaced from the SourceText. | No | String |
TextToBeReplacedBy | Substring by which replacement is to be done. | No | String |
IsCaseSensitive | Indicates case sensitive. | Yes | String |
Key | Key in which final output will be stored. | Yes | String |
ReplaceSubString
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
MainString | The original string. | Yes | String |
SubString | The substring of the original string. | Yes | String |
ReplaceString | The new string with which the substring is to be replaced. | Yes | String |
Soccurrence | The number of times the substring occurs in the original string. | Yes | String |
Key | The resultant value is stored in the Key. | Yes | String |
iscasesenstive | Enter as True if you want to replace only when the case of letters of specified occurrence and substring matches. Enter as False if you want to replace irrespective of whether the case of letters of the specified occurrence and substring matches. Note: The default value is True. | Yes | String |
RandomNumber
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
min | The string stores the lower limit of the range. | No | String |
max | The string stores the upper limit of the range. | No | String |
strKey | The value of the random number is stored in strKey. | No | String |
StorePageURL
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
key | Enter the key name to store URL. | Yes | String |
RightClickTo(String X , String Y)
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
String X | The X co-ordinate of the location | Yes | String |
String Y | The Y co-ordinate of the location | Yes | String |
ScrollTo(String X , String Y)
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
String X | The X co-ordinate of the location | Yes | String |
String Y | The Y co-ordinate of the location | Yes | String |
StoreFixNumber
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
Key | Enter the key name in which you want to store the updated string. | Yes | String |
Number | Enter the number from which you want to store the integer part. | Yes | String |
StorePageTitle
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
key | E r the key name to store page title. | Yes | String |
StoreVariable
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
key | Enter the key name to store variable. | Yes | String |
data | Enter the value to be stored under the key name. | No | String |
SecureStoreVariable
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
key | The variable under which the string data is to be stored. | Yes | String |
data | Enter the data to be stored in encrypted mode. | No | String |
CalculateDifferenceInDateAndStore
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
startDate | Enter the start date, that is, the date which is lesser. | Yes | String |
startFormat | Enter the start date's date format. | Yes | String |
endDate | Enter the end date, that is, the date which is greater. | Yes | String |
endFormat | Enter the end date's date format. | Yes | String |
Key | Enter a key to store the the difference in date as per the number of days. | Yes | String |
WebButton Actions
Click
MouseOver
MouseDown
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
X | The x-coordinate of the click. | No | String |
Y | The y-coordinate of the click. | No | String |
MouseUp
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
X | The x-coordinate of the click. | No | String |
Y | The y-coordinate of the click. | No | String |
DragAndDropToOffset
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
offsetX | Enter the offset in pixels from the current location to which the element should be moved. The offset parameter can be as +100,100 , -100, 10, and so on. | No | String |
offsetY | Enter the offset in pixels from the current location to which the element should be moved. The offset parameter can be as -100,100 , +100, and so on. | No | String |
VerifyEnability
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
enability | Value for this parameter can be True or False.
| No | String |
VerifyExistence
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
existence | Value for this parameter can be True or False.
| Yes | String |
VerifyVisibility
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
existence | Value for this parameter can be True or False.
| No | String |
WebCheckBox Actions
Check
CheckIfTrue
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
check | Value of this parameter can be True or False. | No | String |
Click
ClickAction
ClickAt
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
X | The x-coordinate of the click. | No | String |
Y | The y-coordinate of the click. | No | String |
ClickJS
ClickJSAndSelectWindowUsingURL
- When a single window opens after clicking the web element/object, you need to give only 'waitTimeForWindow' parameter.
- When multiple windows open after clicking the web element or object, then you can provide the exact URL or regex patterned URL window. You must give the URL and 'isURLPatternString' parameters.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
waitTimeForWindow | Enter the wait time for the window to open. | Yes | String |
URL | Enter a specific URL or regex pattern of URL for the window you want to select. | No | String |
isURLPatternString | Enter one of the following:
| No | String |
DoubleClick
DownloadFile
You can also use AutoIT to execute this action on Windows operating systems only. You need to install AutoIT.
After installing AutoIT, you can configure the AutoIT Install path in Qualitia client as follows: Project Configuration > General > Settings > AutoIT Install Path. The default AutoIT path is C:\Program Files (x86)\AutoitV3.
To configure the Auto Install Path for an offline suite:
- Open the Qualitia Offline Configuration Manager.
- Select the Offline Suite and the associated execution profile.
- Click Qualitia Settings > General > AutoIT Path.
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
folderPath | The path where the file is to be download. Please check Table 1 "Parameter Mandate" to validate in the situation where this parameter will be mandatory. In case the parameter Mandatory; the user should take care that the folder path exists. The action does not validate whether the folder exist | Yes | String |
Filename | The filename of the downloadable file, to be given incase the user requires to give specific name and not depend on the default name of the file. In case, the file already exist, similar window like below will appear. Such windows are not handled by the action. Incase, the user does not provide this data, the action will pick the default file name available while download. | No | String |
ClearText
Click
ClickAction
ClickAt
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
X | The x-coordinate of the click. | No | String |
Y | The y-coordinate of the click. | No | String |
ClickJS
ClickJSAndSelectWindowUsingURL
- When a single window opens after clicking the web element/object, you need to give only 'waitTimeForWindow' parameter.
- When multiple windows open after clicking the web element or object, then you can provide the exact URL or regex patterned URL window. You must give the URL and 'isURLPatternString' parameters.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
waitTimeForWindow | Enter the wait time for the window to open. | Yes | String |
URL | Enter a specific URL or regex pattern of URL for the window you want to select. | No | String |
isURLPatternString | Enter one of the following:
| No | String |
DoubleClick
DragAndDropToOffset
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
offsetX | Enter the offset in pixels from the current location to which the element should be moved. The offset parameter can be as +100,100 , -100, 10, and so on. | No | String |
offsetY | Enter the offset in pixels from the current location to which the element should be moved. The offset parameter can be as -100,100 , +100, and so on. | No | String |
WebElement Actions
Click
ClickAction
ClickAt
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
X | The x-coordinate of the click. | No | String |
Y | The y-coordinate of the click. | No | String |
ClickJS
ClickJSAndSelectWindowUsingURL
- When a single window opens after clicking the web element/object, you need to give only 'waitTimeForWindow' parameter.
- When multiple windows open after clicking the web element or object, then you can provide the exact URL or regex patterned URL window. You must give the URL and 'isURLPatternString' parameters.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
waitTimeForWindow | Enter the wait time for the window to open. | Yes | String |
URL | Enter a specific URL or regex pattern of URL for the window you want to select. | No | String |
isURLPatternString | Enter one of the following:
| No | String |
DoubleClick
DownloadFile
You can also use AutoIT to execute this action on Windows operating system only. You need to install AutoIT.
After installing AutoIT, you can configure the AutoIT Install path in Qualitia client as follows: Project Configuration > General > Settings > AutoIT Install Path. The default AutoIT path is C:\Program Files (x86)\AutoitV3.
To configure the Auto Install Path for an offline suite:
- Open the Qualitia Offline Configuration Manager.
- Select the Offline Suite and the associated execution profile.
- Click Qualitia Settings > General > AutoIT Path.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
folderPath | The path where the file is to be download. Please check Table 1 "Parameter Mandate" to validate in the situation where this parameter will be mandatory. In case the parameter Mandatory; the user should take care that the folder path exists. The action does not validate whether the folder exists. | Yes | String |
Filename | The filename of the downloadable file, to be given in case the user requires to give a specific name and not depend on the default name of the file. In case, the file already exists, similar window like below will appear. Such windows are not handled by the action. In case, the user does not provide this data, the action will pick the default file name available while downloading. | No | String |
Example:
WebFile Actions
AttachFile
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
filePath | Enter the absolute or relative path of the file. | Yes | String |
If you want to upload a file without an object, refer to AttachFile action as described in General Web Actions.
Click
ClickAction
ClickAt
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
X | The x-coordinate of the click. | No | String |
Y | The y-coordinate of the click. | No | String |
ClickJS
ClickJSAndSelectWindowUsingURL
- When a single window opens after clicking the web element/object, you need to give only 'waitTimeForWindow' parameter.
- When multiple windows open after clicking the web element or object, then you can provide the exact URL or regex patterned URL window. You must give the URL and 'isURLPatternString' parameters.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
waitTimeForWindow | Enter the wait time for the window to open. | Yes | String |
URL | Enter a specific URL or regex pattern of URL for the window you want to select. | No | String |
isURLPatternString | Enter one of the following:
| No | String |
DoubleClick
DownloadFile
You can also use AutoIT to execute this action on Windows operating systems only. You need to install AutoIT.
After installing AutoIT, you can configure the AutoIT Install path in Qualitia client as follows: Project Configuration > General > Settings > AutoIT Install Path. The default AutoIT path is C:\Program Files (x86)\AutoitV3.
To configure the Auto Install Path for an offline suite:
- Open the Qualitia Offline Configuration Manager.
- Select the Offline Suite and the associated execution profile.
- Click Qualitia Settings > General > AutoIT Path.
WebFrame Actions
Click
ClickAction
ClickAt
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
X | The x-coordinate of the click. | No | String |
Y | The y-coordinate of the click. | No | String |
ClickJS
ClickJSAndSelectWindowUsingURL
- When a single window opens after clicking the web element/object, you need to give only 'waitTimeForWindow' parameter.
- When multiple windows open after clicking the web element or object, then you can provide the exact URL or regex patterned URL window. You must give the URL and 'isURLPatternString' parameters.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
waitTimeForWindow | Enter the wait time for the window to open. | Yes | String |
URL | Enter a specific URL or regex pattern of URL for the window you want to select. | No | String |
isURLPatternString | Enter one of the following:
| No | String |
DoubleClick
MouseOver
MouseUp
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
X | The x-coordinate of the click. | No | String |
Y | The y-coordinate of the click. | No | String |
StoreText |
RightClick
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
option | The context menu option number that needs to be clicked. | No | String |
WebImage Actions
Click
ClickAction
ClickAt
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
X | The x-coordinate of the click. | No | String |
Y | The y-coordinate of the click. | No | String |
ClickJS
ClickJSAndSelectWindowUsingURL
- When a single window opens after clicking the web element/object, you need to give only 'waitTimeForWindow' parameter.
- When multiple windows open after clicking the web element or object, then you can provide the exact URL or regex patterned URL window. You must give the URL and 'isURLPatternString' parameters.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
waitTimeForWindow | Enter the wait time for the window to open. | Yes | String |
URL | Enter a specific URL or regex pattern of URL for the window you want to select. | No | String |
isURLPatternString | Enter one of the following:
| No | String |
DoubleClick
DownloadFile
You can also use AutoIT to execute this action on Windows operating systems only. You need to install AutoIT.
After installing AutoIT, you can configure the AutoIT Install path in Qualitia client as follows: Project Configuration > General > Settings > AutoIT Install Path. The default AutoIT path is C:\Program Files (x86)\AutoitV3.
To configure the Auto Install Path for an offline suite:
- Open the Qualitia Offline Configuration Manager.
- Select the Offline Suite and the associated execution profile.
- Click Qualitia Settings > General > AutoIT Path.
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
folderPath | The path where the file is to be download. Please check Table 1 "Parameter Mandate" to validate in the situation where this parameter will be mandatory. In case the parameter Mandatory; the user should take care that the folder path exists. The action does not validates whether the folder exist | Yes | String |
FileName | The filename of the downloadable file, to be given incase the user requires to give specific name and not depend on the default name of the file. In case, the file already exist, similar window like below will appear. Such windows are not handled by the action. Incase, the user does not provide this data, the action will pick the default file name available while download. | No | String |
WebLink Actions
Click
ClickAndWait
ClickandchooseOkOnNextConfirmation (Deprecated)
ClickAction
ClickAt
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
X | The x-coordinate of the click. | No | String |
Y | The y-coordinate of the click. | No | String |
ClickIfExists
ClickJS
ClickJSAndSelectWindowUsingURL
- When a single window opens after clicking the web element/object, you need to give only 'waitTimeForWindow' parameter.
- When multiple windows open after clicking the web element or object, then you can provide the exact URL or regex patterned URL window. You must give the URL and 'isURLPatternString' parameters.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
waitTimeForWindow | Enter the wait time for the window to open. | Yes | String |
URL | Enter a specific URL or regex pattern of URL for the window you want to select. | No | String |
isURLPatternString | Enter one of the following:
| No | String |
DoubleClick
DownloadFile
You can also use AutoIT to execute this action on Windows operating systems only. You need to install AutoIT.
After installing AutoIT, you can configure the AutoIT Install path in Qualitia client as follows: Project Configuration > General > Settings > AutoIT Install Path. The default AutoIT path is C:\Program Files (x86)\AutoitV3.
To configure the Auto Install Path for an offline suite:
- Open the Qualitia Offline Configuration Manager.
- Select the Offline Suite and the associated execution profile.
- Click Qualitia Settings > General > AutoIT Path.
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
folderPath | The path where the file is to be download. Please check Table 1 "Parameter Mandate" to validate in the situation where this parameter will be mandatory. In case the parameter Mandatory; the user should take care that the folder path exists. The action does not validates whether the folder exist | Yes | String |
Filename | The filename of the downloadable file, to be given incase the user requires to give specific name and not depend on the default name of the file. In case, the file already exist, similar window like below will appear. Such windows are not handled by the action. Incase, the user does not provide this data, the action will pick the default file name available while download. | No | String |
WebList Actions
Click
ClickAction
ClickAt
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
X | The x-coordinate of the click. | No | String |
Y | The y-coordinate of the click. | No | String |
ClickJS
ClickJSAndSelectWindowUsingURL
- When a single window opens after clicking the web element/object, you need to give only 'waitTimeForWindow' parameter.
- When multiple windows open after clicking the web element or object, then you can provide the exact URL or regex patterned URL window. You must give the URL and 'isURLPatternString' parameters.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
waitTimeForWindow | Enter the wait time for the window to open. | Yes | String |
URL | Enter a specific URL or regex pattern of URL for the window you want to select. | No | String |
isURLPatternString | Enter one of the following:
| No | String |
DeselectAll
DeselectItemByText
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
itemName | Enter the item name you want to deselect. | Yes | String |
DeselectItemByValue
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
value | Enter the item that you want to deselect from the list. | Yes | String |
WebPage Actions
Click
ClickAction
ClickAt
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
X | The x-coordinate of the click. | No | String |
Y | The y-coordinate of the click. | No | String |
ClickJS
ClickJSAndSelectWindowUsingURL
- When a single window opens after clicking the web element/object, you need to give only 'waitTimeForWindow' parameter.
- When multiple windows open after clicking the web element or object, then you can provide the exact URL or regex patterned URL window. You must give the URL and 'isURLPatternString' parameters.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
waitTimeForWindow | Enter the wait time for the window to open. | Yes | String |
URL | Enter a specific URL or regex pattern of URL for the window you want to select. | No | String |
isURLPatternString | Enter one of the following:
| No | String |
ClickLinkByText
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
link | Enter the text of the link which you want to click. | Yes | String |
WebRadioButton Actions
VerifyExistence
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
existence | Value for this parameter can be True or false.
| No | String |
VerifyVisibility
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
visibility | Value for this parameter can be True or false.
| No | String |
StoreVisibility
- True: If the web element is visible.
- False: If the web element is not visible.
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
strKey | Enter a variable to store the visibility status. | No | String |
Click
StorePropertyValue
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
Key | Enter the key name under which the property value will be stored. | Yes | String |
Property | Property/attribute name whose value needs to be stored under the specified key. This can be any accessible property of Android/iOS native object mentioned above. | Yes | String |
SetFocus
VerifyEnability
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
enability | Value for this parameter can be True or false.
| No | String |
ClickAt
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
X | The x-coordinate of the click. | No | String |
Y | The y-coordinate of the click. | No | String |
WebTable Actions
Click
ClickAction
ClickAt
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
X | The x-coordinate of the click. | No | String |
Y | The y-coordinate of the click. | No | String |
ClickCell
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
row | Enter the row number of the cell which you want to click. Row number starts at 1. | Yes | String |
column | Enter the column number of the cell which you want to click. Column number starts at 1. | Yes | String |
ClickImageInCell
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
altorindex | Enter any of the attribute of the image. This can be alt or title. This parameter can also be an index. Index starts from 1. Following will be the preference in which the action will assume the incoming data: If the data is a number then it will be considered as index, else, the first preference then goes to title. If an image with specified title is found then click, otherwise, search for an image with property. Alt = incoming data | Yes | String |
Row | Enter the row number of the cell in which the image is present. Row number starts at 1. | Yes | String |
Column | Enter the column number of the cell in which the image is present. | Yes | String |
ClickJS
ClickJSAndSelectWindowUsingURL
- When a single window opens after clicking the web element/object, you need to give only 'waitTimeForWindow' parameter.
- When multiple windows open after clicking the web element or object, then you can provide the exact URL or regex patterned URL window. You must give the URL and 'isURLPatternString' parameters.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
waitTimeForWindow | Enter the wait time for the window to open. | Yes | String |
URL | Enter a specific URL or regex pattern of URL for the window you want to select. | No | String |
isURLPatternString | Enter one of the following:
| No | String |
ClickLinkAtCell
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
Link | Enter the URL to be clicked. | No | String |
Row | Enter the row number of the cell in which the link is present. Row number starts at 1 | Yes | String |
Column | Enter the column number of the cell in which the link is present. Column number starts at 1 | Yes | String |
ClickLinkTitleAtCell
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
Link | Enter the link title which you want to click. | No | String |
Row | Enter the row number of the cell from the link is to be clicked. Row number starts at 1. | Yes | String |
Col | The column number of the cell from which the link is to be clicked. Column number starts at 1. | Yes | String |
Web Services Actions
API Actions
- REST.Request.RemoveGenericHeaders
- REST.Request.ResetGenericHeaders
- REST.Request.SetHeaders
- REST.Request.SetQueryParameters
- REST.Request.ClearQueryParameters
- REST.Auth.Basic
- REST.Auth.Digest
- REST.Auth.Bearer
- REST.Auth.JWT
- REST.Request.SetTimeout
- REST.Request.WaitForAttribute
- REST.Request.SetFormUrlEncodedParameters
- REST.Request.ImportSSLCertificate
- REST.GET.ExecuteAPI
- REST.POST.ExecuteAPI
- REST.PUT.ExecuteAPI
- REST.PATCH.ExecuteAPI
- REST.DELETE.ExecuteAPI
- REST.GET.ExecuteAPIFormData
- REST.POST.ExecuteAPIFormData
- REST.PUT.ExecuteAPIFormData
- REST.DELETE.ExecuteAPIFormData
- REST.GET.ExecuteAPIDownloadRawData
- REST.PUT.ExecuteAPIDownloadRawData
- REST.POST.ExecuteAPIDownloadRawData
- REST.DELETE.ExecuteAPIDownloadRawData
- REST.Response.StoreStatusCode
- REST.Response.StoreHeaders
- REST.Response.StoreHeaderValue
- REST.Response.VerifyStatusCode
- REST.Response.VerifyHeaders
- REST.Response.StoreResponseTime
- REST.Response.CompareResponseTime
- REST.ExecuteService (Deprecated)
- REST.ExecuteAPIService (Deprecated)
- SOAP.ExecuteService
Before executing Rest API services, ensure that you configure the header parameters in the Rest Generic Headers tab of Project Settings.
To execute Rest API services through the offline suite, you need to open the Qualitia Offline Configuration Manager and add or edit the values in RestGenericHeaders tab. For information about setting these parameters for executing test cases using Qualitia offline package, refer to the Configuring the Settings for an OfflineSuite.
REST.Request.RemoveGenericHeaders
Parameter Name | Parameter Description | Mandatory | Data Types |
---|---|---|---|
HeaderKey | Enter the header key which you want to skip defined in the Rest Generic Headers Settings. | Yes | String |
REST.Request.ResetGenericHeaders
REST.Request.SetHeaders
Parameter Name | Parameter Description | Mandatory | Data Types |
---|---|---|---|
HeaderLable | Enter the variable name under which you want to store the key=value pair of the header. | Yes | String |
HeaderKey | Enter the header key which you want to set for the API service to be executed. | Yes | String |
HeaderValue | Enter the value for the key set above. | Yes | String |
REST.Request.SetQueryParameters
Parameter Name | Parameter Description | Mandatory | Data Types |
---|---|---|---|
QueryKey | Enter the key which you want to set for the API service to be executed. | Yes | String |
QueryValue | Enter the value for the key set above. | Yes | String |
REST.Request.ClearQueryParameters
REST.Auth.Basic
Parameter Name | Parameter Description | Mandatory | Data Types |
---|---|---|---|
Username | Enter the username for authentication. | Yes | String |
Password | Enter the password for authentication. Password should be given in the specific format to be encrypted. Format: Encrypt(<PASSWORD>) | Yes | String |
REST.Auth.Digest
Parameter Name | Parameter Description | Mandatory | Data Types |
---|---|---|---|
Username | Enter the username for authentication. | Yes | String |
Password | Enter the password for authentication. Password should be given in the specific format to be encrypted. Format: Encrypt(<PASSWORD>) | Yes | String |
REST.Auth.Bearer
Parameter Name | Parameter Description | Mandatory | Data Types |
---|---|---|---|
Token | Enter the token to access API service you want to execute. | Yes | String |
REST.Auth.JWT
Parameter Name | Parameter Description | Mandatory | Data Types |
---|---|---|---|
Token | Enter the token to access API service you want to execute. | Yes | String |
Web Services Actions (Beta)
Deprecated Actions
Introduction
AnswerForNextDialog
ClickandchooseOkOnNextConfirmation
- Click (based on the object class) and
- WaitForAlertAndSpecifyBehavior.
Footer