Skip to content

verifyEval (UI Automation - Interrogation)

Compatible with:
  • Purpose
  • This command gets the result of evaluating the specified JavaScript snippet. The snippet may have multiple lines, but only the result of the last line will be returned.

    Note that, by default, the snippet will run in the context of the "QaSCRIBE" object itself, so this will refer to the QaSCRIBE object. Use window to refer to the window of your application, e.g. window.document.getElementById('foo')

    If you need to use a locator to refer to a single element in your application page, you can use this.browserbot.findElement("id=foo") where "id=foo" is your locator.

  • Syntax
  • verifyEval(script, pattern)
  • Target
  • script
  • Value
  • pattern
  • Return Value
  • The results of evaluating the snippet.
 

Feedback and Knowledge Base