How to click on Open/save/cancel button on IE 11 using selenium ruby

我怕爱的太早我们不能终老 提交于 2019-12-25 13:23:30

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!