WEB自动化DAY2--
1.上传文件2.鼠标悬停Action
3.切换frame
4.alert 弹框
<div style="white-space: pre-wrap; text-align: left; line-height: 1.75; font-size: 14px;" yne-bulb-block="paragraph"> Alert alert=driver.switchTo().alert(); //定义alert</div><div style="white-space: pre-wrap; text-align: left; line-height: 1.75; font-size: 14px;" yne-bulb-block="paragraph"> alert.accept(); //确定</div><div style="white-space: pre-wrap; text-align: left; line-height: 1.75; font-size: 14px;" yne-bulb-block="paragraph"> alert.dismiss(); //取消</div>
:lol 最近准备学习seleniumTUT
页:
[1]