I'm setting up a bot to do some job's for me but i cant send the Ctrl+Shift+a combination
I tried using the Actions Class but nothing i tried to send Ctrl+a te select everything it is working but not Ctrl+Shift+a i am using this from a extension i thought maybe it isnt triggering the extensions hot key so i wrote a javascript that detects that combination but it isn't showing any sign of life
driver.FindElementByTagName("body")
.SendKeys(OpenQA.Selenium.Keys.Control + OpenQA.Selenium.Keys.Shift + "a");