cancel
Showing results for 
Search instead for 
Did you mean: 

Checkbox not clicked

RaviKumar3
Level 5
Hi,   Can anyone help me out to handle checkbox. I have spied using HTML mode and there is no issue in identifying the element. But sometime its clicking on checkbox and sometime not.  
2 REPLIES 2

Denis__Dennehy
Level 15
There are many different ways to interact with Checkbox elements in browsers using HTML/Browser mode, using Accessibility Mode (or UIA mode if you are using 6.2 or later) and using Surface Automation. For many of the interfaces you can send a click or press event, a global click event (make sure you activate the window first and have a tiny wait - as in the Surface Automation training on using global clicks or global send keys), you can use a write stage that sends ""True"" or ""False"", etc. What options have you tried?

RaviKumar3
Level 5
Thanks Dennis   Its working now. I have put condition on if checked or not and also put retry if its unchecked.I have put the conditions what you mentioned and its working fine after 1 or 2 trials.