I have a tool & in that i have a checkbox. I am clicking on that checkbox by using "ControlClick" method.
ControlClick("Internet Properties", "Start with ta&bs from the last session", "[CLASS:Button;INSTANCE:4]", "");
However i want to verify before clicking on that checkbox is already checked or not? Is there any way.
Any example or help will be great.