Hi Sqadri,
Try to spy both the WebRadioGroup objects, you will find one unique value that is different in both, try to do a checkpoint with that property.
Same follow for the second one
For the WebEdit box check the disabled should be true
Browser(,,,,,).WebEdit(,,,).CheckProperty "disabled",false
Sunny
Try to spy both the WebRadioGroup objects, you will find one unique value that is different in both, try to do a checkpoint with that property.
Code:
Browser(,,,,,).WebRadioGroup(,,,).Checkpoint "Property",value
Same follow for the second one
For the WebEdit box check the disabled should be true
Browser(,,,,,).WebEdit(,,,).CheckProperty "disabled",false
Sunny