Hi.I want to click button but the button is invisible.When the mouse cursor is over the button button become visible. How can I click this button ?
@sufyant use move hover activity and then use click activity
Hi
Yah hover would work
In addition to that did we try with SEND HOT KEY activity with key as tab
Using n number of activities until it reaches the field we want with key as tab and once after reaching to the field we can use a final Send Hot Key activity with key as enter so that it will click on to it
Cheers @sufyant
@sufyant you could also use the SimulateClick or SendWindowsMessage property to click the button even if it is not visible. Note that it must be active though, so the hover activity may still be necessary
But only the mouse cursor is over the button, button become visible.
example with mouse cursor
example with press tab
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.