Changes for page Selenium Command Examples

Last modified by Kieran Kelleher on 2008/07/02 15:10

From version 16.1
edited by Kieran Kelleher
on 2007/11/29 09:27
Change comment: There is no comment for this version
To version 10.1
edited by Kieran Kelleher
on 2007/11/29 09:31
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,15 +1,9 @@
1 1  Click a link having css class 'sel//create//team'
2 2  
3 -|clickAndWait|~/~/a[[interwiki:class='sel_create_team':]]
4 -
3 +| clickAndWait | ~/~/a[[@class='sel_create_team']] |
5 5  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'
6 -
7 -|addSelection|~/~/select[[interwiki:class='sel_browser_list':]]|value=0
8 -
5 +| addSelection | ~/~/select[[interwiki:class='sel_browser_list':]] | value=0 |
9 9  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'
10 -
11 -|addSelection|~/~/select[[interwiki:class='sel_browser_list':]]|value=2
12 -
7 +| addSelection | ~/~/select[[interwiki:class='sel_browser_list':]] | value=2 |
13 13  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'
14 -
15 -|addSelection|~/~/select[[interwiki:class='sel_browser_list':]]|label=John Murphy
9 +| addSelection | ~/~/select[[interwiki:class='sel_browser_list':]] | label=John Murphy