On this Page:
Table of Contents
All the SFDCEdit class actions work with the objects that are defined under the following SFDC components in their DOM structure:
- Input
- textarea
- inputCurrency
- inputEmail
- inputNumber
- inputPhone
- inputRichText
- inputText
- inpuTextArea
- inputURL
- inputSecret
Note: InputSecret supports the SecureSet action too.
Click
This action clicks the specified object.
This action does not have any parameters.
Example:
Click
Clear
This action clears the text present in the specified text box.
This action does not have any parameter.
Example:
Clear
MouseOver
This action hovers mouse over the specified object.
This action does not have any parameter.
Example:
MouseOver
Set
This action sets the focus on the specified object.
This action does not have any parameter.
Example:
SetFocus
SecureSet
This action enters the expected value into the specified edit box. The value set in the parameter is encrypted once the focus is moved for security purposes.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
Text | Enter the test that needs to be entered in the specified text box in the specified format. | Yes | String |
Example:
SecureSet "Encrypt(Abc)"When the focus is moved away from the parameter Qualitia will automatically encrypt the data ABC and result in a secured text like "vHpmlfI4R3PQkCN4sZnuqw==þNWE3ZDdkNjE3N2JmNDM2ODgxMzQwYWI1MTA3YWNjMDc="
StorePropertyValue
This action stores the property of the specified object under the key name. The stored key value can be retrieved using the key name.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
Key | Enter the key name to store the property value. | Yes | String |
PropertyName | Enter the property or attribute name whose value you want to store. | Yes | String |
Example:
StorePropertyValue "key" "text"
VerifyEnability
This action verifies the enability of the specified object.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
enability | Enter one of the following:
| No | String |
Example:
VerifyEnability "True"
VerifyExistence
This action verifies the existence of the specified object.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
existence | Enter one of the following:
| Yes | String |
Example:
VerifyExistence "True"
VerifyPropertyValue
This action verifies the existence of the specified object.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
PropertyName | Enter the property or attribute name whose value needs to be stored under the specified key. | Yes | String |
Value | Enter the property value you want to verify. | Yes | String |
Example:
VerifyPropertyValue "True"
VerifyVisibility
This action verifies the visibility of the specified object.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
existence | Enter one of the following:
| No | String |
Example:
VerifyVisibility "True"