Hi
I want to send keyboard command ESC using sendkeys option. Not able to figure out how do i do that.
This worked for me
Session.Keyboard.SendKeys(OpenQA.Selenium.Keys.Escape);
Thanks, works for me also,
Most helpful comment
This worked for me