Actions

Difference between revisions of "Testing Area/Behat Testing/Selectors and Elements"

From Mahara Wiki

< Testing Area‎ | Behat Testing
Line 4: Line 4:
 
==Selectors==
 
==Selectors==
  
 +
Where ever it says "Selector" any of these forms of selectors can be used:
 +
 +
*dialogue
 +
*block
 +
*region
 +
*table_row
 +
*link
 +
*button
 +
*link_or_button
 +
*select
 +
*checkbox
 +
*radio
 +
*file
 +
*filemanager
 +
*optgroup
 +
*option
 +
*table
 +
*field
 +
*fieldset
 +
*text
 +
*css_element
 +
*xpath_element
  
  

Revision as of 15:03, 10 November 2014

Elements

Selectors

Where ever it says "Selector" any of these forms of selectors can be used:

  • dialogue
  • block
  • region
  • table_row
  • link
  • button
  • link_or_button
  • select
  • checkbox
  • radio
  • file
  • filemanager
  • optgroup
  • option
  • table
  • field
  • fieldset
  • text
  • css_element
  • xpath_element


FAQ'S