2015年6月4日

selenium更改readonly属性

摘要: 1.用js实现 JavascriptExecutor removeAttribute = (JavascriptExecutor)dr; //remove readonly attribute //removeAttribute.executeScript("var setDate=documen... 阅读全文

posted @ 2015-06-04 15:29 乔叶叶 阅读(1319) 评论(0) 推荐(0) 编辑

selenium如何解决window安全验证问题

摘要: 解决办法IE浏览器:1.使用autoit,捕捉到控件后,编写au3脚本,生成exe,然后java调用exeau3脚本Dim $account = "username"Dim $pwd = "password"Dim $dialogTitle = "Windows 安全"WinActivate($di... 阅读全文

posted @ 2015-06-04 13:53 乔叶叶 阅读(967) 评论(0) 推荐(0) 编辑

selenium如何解决IE自动填充表单问题

摘要: 有时候用selenium会碰到自动填充表单的问题,如输入用户名后,密码自动填充,此时再填充密码会导致登录失败,解决办法:每个输入框都调用clear()方法 阅读全文

posted @ 2015-06-04 13:44 乔叶叶 阅读(542) 评论(0) 推荐(0) 编辑

导航