如何使用selenium ruby​​点击IE 11上的打开/保存/取消按钮

时间:2017-09-05 04:37:09

标签: ruby selenium internet-explorer web automated-tests

尝试使用 Selenium Ruby

选择和/或按IE 11中的保存按钮

我试过这段代码:

function postAlert($good, $text) { $type = 'danger'; if($good){ $type = 'success'; } echo '<div class="alert alert-'.$type.' alert-dismissable"> <a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a><strong> ' . $text . ' </strong></div>'; } 和 的driver.action..send_keys("${KEY_ALT}S").perform

没有成功,但我相信其中任何一个都可行。 我确信在使用这些方法之前必须完成此操作。 作为最后的手段,我将使用Autoit,虽然我宁愿不。 如果有人可以使用“RAutomation”或“driver.action。+一个或多个上述操作+ .perform”给我一个解决方案 谢谢

IE 11 download file Prompt

0 个答案:

没有答案