Nexial Automation

Test Automation Platform for everyone!

X

web » assertTextNotContain(locator,text)

Description

This command asserts that the specified text is NOT found in the specified element.

Parameters

  • locator - this parameter if the xpath of the element.
  • text - this parameter is the text to be found in element.

Example

See Also