问题
Trying to select and or press the save button in IE 11using Selenium and Ruby
I have tried this code:
"driver.action..send_keys("${KEY_ALT}S").perform"
and
"RAutomation"
without success although i am sure either one might work. I am sure that this must have been done before using either of these methods. As a last resort i will use Autoit although i would rather not. If someone could give me a solution using "RAutomation " or "driver.action. + one or more above operations + .perform" that would be great thanks
IE 11 download file Prompt
来源:https://stackoverflow.com/questions/46047094/how-to-click-on-open-save-cancel-button-on-ie-11-using-selenium-ruby