About
Pricing
Community
Teams
Start Free Trial
Log in
Andy Green
asked on
1/22/2016
Javascript findItemByValue test first
Hi I have the following to select a value in a dropdown list:
comboBoxPPIPWL.findItemByV
alue(check
boxText).s
et_checked
(true);
However the line fails if checkboxText isn't found.
How do I test first then set checked if found.
Andy
JavaScript
5
1
Last Comment
Andy Green
8/22/2022 - Mon