06-23-2010, 07:53 AM
(This post was last modified: 06-23-2010, 07:54 AM by vijayendra.shukla.)
Hi Brian,
You can use the "disabled" property of the checkbox to verify whether the checkbox is enabled or disabled. If the checkbox is disabled it will return you "1" and "0" if it is enabled.
E.g.
You can then use the status to validate and proceed ahead.
HTH.
Cheers,
Vijayendra
You can use the "disabled" property of the checkbox to verify whether the checkbox is enabled or disabled. If the checkbox is disabled it will return you "1" and "0" if it is enabled.
E.g.
Code:
sStatusChkBox = Browser("...").Page("...").Frame("...").WebCheckBox("Selection4").GetROProperty("disabled")
You can then use the status to validate and proceed ahead.
HTH.
Cheers,
Vijayendra