I am using surface automation tool thin application (desktop application). In that I need to delete all the text already present in textbox and then write the word.
For example, in login page for username
textbox I want to delete username
's content and then write new username.
So, I am first sending global send key event
or global send key
(tried both), then sending
""<{CTRL}A>{CTRL}{DEL}"&[username]"
, but it's not working.
I want to use "Control all +del"
option. I dont want to use {DEL 20}