B Supported Selenium Commands in Synthetic Tests

Here's a list of supported Selenium commands that you can use for recording scripted actions for your synthetic tests.

Supported Selenium Commands:
  • open
  • click
  • clickAt
  • doubleClick
  • doubleClickAt
  • sendKeys
  • type
  • setSpeed
  • storeText
  • storeTitle
  • runScript
  • submit
  • store
  • echo
  • mouseOver
  • mouseOut
  • mouseDownAt
  • mouseMoveAt
  • mouseUpAt
  • selectFrame
  • select
  • verifyText
  • verifyTitle
  • verifyNotText
  • assertText
  • assertNotText
  • assertTitle
  • setWindowSize
For description of the above commands, refer to Selenium documentation.