Hi,
I need to double click a hyperlink in a desktop application to move in another page but with a double-click, the action does not work I receive a aces violation message
Hi,
I need to double click a hyperlink in a desktop application to move in another page but with a double-click, the action does not work I receive a aces violation message
Fine
I hope a click activity would do that
Even if that doesn’t work with a single click of CLICK ACTIVITY
Then choose DOUBLE in the ClickType property of the Click activity which will click on the element we choose as a double click
For more info
Cheers @dorin
Thank you.