Last modified by Kieran Kelleher on 2007/11/30 14:17

From version 1.1
edited by Kieran Kelleher
on 2007/11/08 14:08
Change comment: There is no comment for this version
To version 3.1
edited by Kieran Kelleher
on 2007/11/30 14:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,3 +1,9 @@
1 +{{note title="Deprecated Page"}}
2 +
3 +Deprecated Page
4 +
5 +{{/note}}
6 +
1 1  == Introduction ==
2 2  
3 3  If you ever recorded Selenium using the IDE, you will have noticed that the recorded script will break very easily if the page layout changes or if the page has dynamic content. So, understanding how to specify Selenium Element Locators will help you build reliable tests that will continue to work with little or no maintenance as developers or dynamic data changes the DOM or page layout.
... ... @@ -4,10 +4,4 @@
4 4  
5 5  == Examples ==
6 6  
7 -=== Locating Images ===
8 -
9 -=== Locating Links ===
10 -
11 -=== Locating Input Widgets ===
12 -
13 -== Other Resources ==
13 +[[documentation:Selenium Command Examples]]