Issue with UFT checking/unchecking WebCheckBox
♥ 0 |
Using UFT with a DataTable column “CheckboxStatus” with a Value of 1 or 0 (1 indicates checkbox is to be checked, 0 to be unchecked). I try to use the following code to check the checkbox, but it is not working: Browser(“Capital Gains”).Page(“Issue Distribution”).WebList(“Issue Selection”).WebCheckBox(“Checkbox”).Set datatable.Value(“CheckboxStatus”)
Marked as spam
|
Private answer
Change the DataTable values from 1 to ON or 0 to OFF and try do to this instead and see if it works:
If that doesn't work, try:
You can find more details on how to use the WebCheckBox at this link. Marked as spam
|