Have to press f7Q to quit from an windows application for that my below code is not working.
element.SendKeys(Keys.F7 + "Q");
Have to press f7Q to quit from an windows application for that my below code is not working.
element.SendKeys(Keys.F7 + "Q");
Copyright © 2021 Jogjafile Inc.
If I undestand you correctly, you want to send a key combination to the browser/driver. If that is the case, you can use Actions. Example code below: