尝试使用 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">×</a><strong> ' . $text . ' </strong></div>';
}
”
和
的 “driver.action..send_keys("${KEY_ALT}S").perform
”
没有成功,但我相信其中任何一个都可行。 我确信在使用这些方法之前必须完成此操作。 作为最后的手段,我将使用Autoit,虽然我宁愿不。 如果有人可以使用“RAutomation”或“driver.action。+一个或多个上述操作+ .perform”给我一个解决方案 谢谢