Changes for page Selenium Command Examples
Last modified by Kieran Kelleher on 2008/07/02 15:10
From version 11.1
edited by Kieran Kelleher
on 2007/11/29 09:31
on 2007/11/29 09:31
Change comment:
There is no comment for this version
To version 13.1
edited by Kieran Kelleher
on 2007/11/29 09:35
on 2007/11/29 09:35
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,9 +1,9 @@ 1 1 Click a link having css class 'sel//create//team' 2 2 3 -| clickAndWait | ~/~/a [[@class='sel_create_team']]|3 +| clickAndWait | ~/~/a@class='sel//create//team' | | 4 4 Add the first element of a list browser (aka. 'select' element) to the current selections. The list browser is identified by css class 'sel//browser//list' 5 -| addSelection | ~/~/select [[interwiki:class='sel_browser_list':]]| value=0 |5 +| addSelection | ~/~/select@class='sel//browser//list' | value=0 | 6 6 Add the third element of a list browser (aka. 'select' element) to the current selections. The list browser is identified by css class 'sel//browser//list' 7 -| addSelection | ~/~/select [[interwiki:class='sel_browser_list':]]| value=2 |7 +| addSelection | ~/~/select@class='sel//browser//list' | value=2 | 8 8 Add the item named "John Murphy" of a list browser (aka. 'select' element) to the current selections. The list browser is identified by css class 'sel//browser//list' 9 -| addSelection | ~/~/select [[interwiki:class='sel_browser_list':]]| label=John Murphy9 +| addSelection | ~/~/select@class='sel//browser//list' | label=John Murphy