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