Hi,
I am having issues selecting a value from a drop down.
div id="boundlist-1114-listEl" class="x-boundlist-list-ct x-unselectable" style="overflow: auto; height: auto;"
ul class="x-list-plain"
li class="x-boundlist-item" unselectable="on" role="option">License
li class="x-boundlist-item" unselectable="on" role="option">Restriction
/ul
/div
I am trying to select either License or Restriction but unsure on how to select this have tried these different ways so far:
Any advise would be great. Thanks
$I->selectOption('.x-list-plain','Restriction'); //css path (untested), if you have a label just use this, see link
$I->click('Update'); //whatever your submit button is named
Hi Taxaos, Worked perfectly thanks for the quick reply!!
Most helpful comment
http://codeception.com/docs/04-AcceptanceTests#Forms