摘要: C:\Users\xxxx>netstat -aon|findstr "4725" TCP 127.0.0.1:4725 0.0.0.0:0 LISTENING 14716 根据端口找到进程14716 C:\Users\xxxx>tasklist|findstr "14716"node.exe 14 阅读全文
posted @ 2016-03-30 20:53 testway 阅读(216) 评论(0) 推荐(0)
摘要: String clazz = this.getClass().getName(); String method = Thread.currentThread() .getStackTrace()[1].getMethodName(); System.out.println(clazz); Syste 阅读全文
posted @ 2016-03-30 15:39 testway 阅读(285) 评论(0) 推荐(0)
摘要: 获取页面元素属性,并把属性作为参数传递个测试方法,两桶不同的写法 1、 2 阅读全文
posted @ 2016-03-30 14:54 testway 阅读(277) 评论(0) 推荐(0)