I want to send "\"
(backslash) key to a webpage in a browser.
I am able to send other keys. But it is not working for "\
". I am using SendKeys.SendWait("{\\}")
to send the key.
I want to send "\"
(backslash) key to a webpage in a browser.
I am able to send other keys. But it is not working for "\
". I am using SendKeys.SendWait("{\\}")
to send the key.