Changes for page How to Develop Selenium Tests
Last modified by Ray Kiddy on 2009/09/03 12:13
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- 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.Selenium Command Examples]].30 +Probably the best way to understand Selenium command, target, value combinations is by looking at the [[doc:Selenium Command Examples]]. 31 31 32 32 === Using ERSelenium's meta tag features for advanced test development === 33 33 ... ... @@ -43,7 +43,7 @@ 43 43 44 44 The first pass thru the repeated segment, the actual values in the test are used and on consecutive repetitions the items from the @values list are substituted into the value part (the 3rd column) of the step immediately following the @values declaration 45 45 46 -See also: [[doc: documentation.Selenium]]46 +See also: [[doc:Selenium]] 47 47 48 48 {{panel title="WIKITODO"}} 49 49 ~* Flesh this out more with screenshots and examples for meta tags usage