Hi,
I’m automating a citrix application I need to pass Ctrl+C on top of an element.
I tried multiple ways but everything is giving me syntax error.
Example - “[k(ctrlc)]” , “[k(ctrl)]”“[k(c)]”, “[k(ctrl)][k(c)]”, “[k(ctrl)]+[k(c)]”, “[k(ctrl)c]”, “[k(ctrl)]”+“c”.
All these syntaxes are giving me error.
Kindly let me know a correct syntax.
Also, I tried Get text using CV and the method is Select - all text. When I’m retrieving it from clip board, it’s not working all the time kindly suggest
Note: I’m clearing the clip board after getting text, if not the previous value is getting stored.