Sha256: aeefba59f3503386147cea5e04046da17e0c4039c7fbb630406101011fd9b0eb
Contents?: true
Size: 297 Bytes
Versions: 1
Compression:
Stored size: 297 Bytes
Contents
function(){ for(var i=0; i<arguments[0].options.length; i++) { if ( arguments[0].options[i].text.match(arguments[1]) ) { arguments[0].options[i].selected = true; if ( arguments[2] == 'single' ) { break; } } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watir-6.10.1 | lib/watir/js_snippets/selectOptionsText.js |