-
Junior Member
TO check if a checkbox is enabled/disabled.
Hi..!
Can anyone help me out with this?
i need to find out if in a Web page a particular checkBox is in enabled/disabled status...
Thanks..!
-
Expert Member
Re: TO check if a checkbox is enabled/disabled.
Hi,
I guess you could use the "Obj_get_info" method to check if the checkbox is enabled or not.
In the GUI map ascertain the property that relates to checkbox being enabled or not. Pass this property to Obj_get_Info method along with the Checkbox logical name.
Obj_Get_Info("ObjectName", "Property", "OutputValue")
Extract the value stored in OutputValue and see whether checkbox is enabled / Disabled.
Cheers...
-
Junior Member
Re: TO check if a checkbox is enabled/disabled.
That worked..!
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules