sindhua25
Results
2
comments of
sindhua25
To simulate key press of Function keys. .... DesktopOptions options = new DesktopOptions(); options.setKeyboardSimulator(KeyboardSimulatorType.BasedOnWindowsFormsSendKeysClass); ... then.. elemnt.sendKeys("{F10}"); .. If need to press, Control+t, then.. elemnt.sendKeys("^t"); alt would be %
Please let me know if [this](https://github.com/2gis/Winium.Desktop/issues/138#issuecomment-673122529) would be of help