Wiki source code of Selenium Command Examples
Version 16.1 by Kieran Kelleher on 2007/11/29 09:27
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
6.1 | 1 | Click a link having css class 'sel//create//team' |
2 | |||
![]() |
16.1 | 3 | |clickAndWait|~/~/a[[interwiki:class='sel_create_team':]] |
![]() |
14.1 | 4 | |
![]() |
6.1 | 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' |
![]() |
14.1 | 6 | |
![]() |
16.1 | 7 | |addSelection|~/~/select[[interwiki:class='sel_browser_list':]]|value=0 |
![]() |
14.1 | 8 | |
![]() |
6.1 | 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' |
![]() |
14.1 | 10 | |
![]() |
16.1 | 11 | |addSelection|~/~/select[[interwiki:class='sel_browser_list':]]|value=2 |
![]() |
14.1 | 12 | |
![]() |
6.1 | 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.1 | 14 | |
![]() |
16.1 | 15 | |addSelection|~/~/select[[interwiki:class='sel_browser_list':]]|label=John Murphy |