摘要: selenium打开chrome浏览器时,地址栏下方会出现该提示“Chrome正在受到自动测试软件的控制” 再次打开chrome该提示会消失 阅读全文
posted @ 2018-07-19 16:45 爱吃橙子 阅读(995) 评论(0) 推荐(0) 编辑
摘要: public class FileWrite { public File file; public FileOutputStream stream = null; //每次写入都会覆盖之前的内容 public void writeData(String name,String data){ try{ String pa... 阅读全文
posted @ 2018-07-19 16:05 爱吃橙子 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 1、具体的代码实现 2、调用函数实现增删改查 阅读全文
posted @ 2018-07-19 11:53 爱吃橙子 阅读(628) 评论(0) 推荐(0) 编辑
摘要: 使用chrome driver和chrome浏览器并进入chrome的 toggle device mode 模式,就可以很好的模拟手机端,下面直接上代码 设备的名称,名称要一致,否则会出错 阅读全文
posted @ 2018-07-19 11:26 爱吃橙子 阅读(421) 评论(0) 推荐(0) 编辑