Actions

Testing Area/Behat Testing/Selectors and Elements: Difference between revisions

From Mahara Wiki

< Testing Area‎ | Behat Testing
No edit summary
No edit summary
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