Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • VerifyMessage

  • Click

  • VerifyPropertyValue

  • StorePropertyValue

  • VerifyExistence

  • VerifyEnability

  • VerifyVisibility

  • StoreExistence

  • MouseOver

VerifyMessage

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

VerifyMessage

Enter the message for which errorpanel message has to be verified.

Yes

String

Click

This action clicks the specified object.

...

This action verifies the property of the specified object using property names, such as class, id, name, and role, and parameter value, such as the actual value of the property.

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

propertyName

Enter the property or attribute name as specified in the DOM structure.

Yes

String

value

Enter the property value you want to verify.

Yes

String

Example:

VerifyPropertyValue      "class"    "fr small"

...