Last modified by Ray Kiddy on 2009/09/03 12:13

From version 17.1
edited by Kieran Kelleher
on 2023/11/13 11:58
Change comment: Renamed back-links.
To version 16.2
edited by Ray Kiddy
on 2023/11/13 11:58
Change comment: Updated the relative links.

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -documentation.Home.How-tos.WebHome
1 +How-tos
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kieran
1 +XWiki.kiddyr
Content
... ... @@ -27,7 +27,7 @@
27 27  *** Assign ids to html elements if you are sure the element will only ever appear once on the page. With the css class identifiers, Selenium will act on the first one it locates in the page.
28 28  *** Wrap an element in a span tag and assign a css class or id to the span tag. Then you can make a Selenium locator expression that can click on some element type inside the span container.
29 29  
30 -Probably the best way to understand Selenium command, target, value combinations is by looking at the [[doc:documentation.Home.How-tos.How to Develop Selenium Tests.Selenium Command Examples.WebHome]].
30 +Probably the best way to understand Selenium command, target, value combinations is by looking at the [[doc:documentation.Selenium Command Examples]].
31 31  
32 32  === Using ERSelenium's meta tag features for advanced test development ===
33 33