GTP Conditional Assertions

GTP provides following options to apply conditional assertions:

  • Element is Present: Check whether element is present or not.

  • Element Matches Value: Check Whether Element Matches the given value.

  • Element is Not Present: Check whether the element is presented or not.

  • Element is Visible: Check whether the element is Visible.

  • Element is Not visible: Check whether the element is not visible.

  • Element is clickable: Check whether the element is Clickable.

  • Element is not clickable: Check Whether the Element is not clickable.

  • Element doesn’t match value: Check the Element doesn’t match the value.

  • Element contains Value: Check the Element contains value.

  • Element Does not contain value: Check the Element doesn’t have value.