Skip to content

Supported selenium commands

kvantomme edited this page Aug 6, 2013 · 10 revisions

WalkHub currently only supports the most common Selenium commands.

###Click Example Step Selenium commands:

  • Command 1: click
  • Command 2: link=Show Advanced settings
  • Command 3:

This command is also used to toggle checkboxes and radio buttons.

###ClickAndWait Example Step Selenium commands:

  • Command 1: ClickAndWait
  • Command 2: link=Walkthrough
  • Command 3:

This command is used when the browser needs to load a new page after a link/button is clicked.

###Type Example Step Selenium commands:

  • Command 1: ClickAndWait
  • Command 2: link=Walkthrough
  • Command 3:

###Select example Step Selenium commands:

Clone this wiki locally