Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm having a brain freeze. I'm trying to select the value of a drop down and checkbox list by it's text.
I thought just setting the property like below would work but it doesn't seem to be.
d.getProperty("level").Value = "My drop down text";
If I have the text of a drop down value or checkbox list, how can I set the property so it selects the item in the drop down or checkbox list.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Set property where datatype is a dropdown or checkbox list
I'm having a brain freeze. I'm trying to select the value of a drop down and checkbox list by it's text.
I thought just setting the property like below would work but it doesn't seem to be.
If I have the text of a drop down value or checkbox list, how can I set the property so it selects the item in the drop down or checkbox list.
is working on a reply...