摘要:http://easonhan007.github.io/selenium/2014/01/10/se-secret_01/你应该遵照这个规则来选择定位元素的属性。name > id > css > class > text > dom travel > xpath。总之就是有name就用name,...
阅读全文
摘要:http://www.cnblogs.com/cbcye/archive/2009/03/14/1411291.htmlhttp://www.cnblogs.com/cbcye/archive/2009/03/09/1407387.html
阅读全文
摘要:http://blog.csdn.net/liubofengpython/article/details/7720078
阅读全文
摘要:http://www.cnblogs.com/52cik/p/js-console-acquaintance.htmlconsole.log 输出信息http://javascript.ruanyifeng.com/tool/console.html --- console 对象$ // 简单理解就...
阅读全文
摘要:http://www.cnblogs.com/lhj588/archive/2012/01/06/2314181.htmlhttp://blog.csdn.net/five3/article/details/7034826
阅读全文
摘要:Herex=document.getElementById("demo") //找到元素x.style.color="#ff0000"; //改变样式HTML 中的脚本必须位于 标签之间。脚本可被放置在 HTML 页面的 和 部分中。多行注释以 /* 开始,以 */ 结尾...
阅读全文
摘要:用curl确定要下载的文件是什么类型的;另一种方法是使用requests 模块来查找内容类型文件类型http://tool.oschina.net/commons1.先设置下载的目录,下载文件的类型2.然后开始步骤autoit 有个软件可转格式调用exe 有cmd窗口 使用popen
阅读全文