selectByValue
Select option with a specific value.
Usage
1 | browser.selectByValue(selector,value); |
Parameters
Param | Type | Details |
---|---|---|
selector | String | select element that contains the options |
value | String | value of option element to get selected |
Example
1 | <select id="selectbox"> |
1 | it('should demonstrate the selectByValue command', function () { |