05-17-2012, 12:15 PM
first wait for all the controls on the page to load properly before any action is performed at them, you can use
Page("xyz").sync
u can also use it after the checkbox is checked so that page post back event can also be handled if it happens.
Page("xyz").sync
u can also use it after the checkbox is checked so that page post back event can also be handled if it happens.