Wiki source code of Selenium Command Examples

Version 10.1 by Kieran Kelleher on 2007/11/29 09:31

Hide last authors
Kieran Kelleher 6.1 1 Click a link having css class 'sel//create//team'
2
Kieran Kelleher 10.1 3 | clickAndWait | ~/~/a[[@class='sel_create_team']] |
Kieran Kelleher 6.1 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'
Kieran Kelleher 10.1 5 | addSelection | ~/~/select[[interwiki:class='sel_browser_list':]] | value=0 |
Kieran Kelleher 6.1 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'
Kieran Kelleher 10.1 7 | addSelection | ~/~/select[[interwiki:class='sel_browser_list':]] | value=2 |
Kieran Kelleher 6.1 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'
Kieran Kelleher 10.1 9 | addSelection | ~/~/select[[interwiki:class='sel_browser_list':]] | label=John Murphy