
web自动化
大胖丫
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
selenium3.n的问题
selenium3.n启动浏览器时,发现启动不起来,报如下错误 原因:对于selenium3.n版本都会使用geckodriver来驱动firefox, 解决方法:下载geckodriver.exe。放置在Path 环境变量可以访问到的地方。例如 C:\python34 Geckodirver的下载地址:https://github.com/mozilla/geckodriver/rel原创 2017-07-10 19:01:42 · 128 阅读 · 0 评论 -
Map与HashMap,Hashtable,HashSet的区别
一直是PYTHON用的比较多,最近,接手了一个JAVA的框架,于是生硬上手,遇到各种问题,在处理YAML数据时,用到hashmap,map等,各种纠结,幸亏今天得到,小林同学的帮忙,终于问题解决了。 前言: 最近在整理他人关于面试中,碰到的问题,这些问题基本上是不注意不深究的话,是完全不知道,因此参考他人的博客,以及自己亲自的测试,总结了这一片博客内容。 HashTable和转载 2017-12-01 14:44:17 · 764 阅读 · 0 评论 -
selenium测试(Java)-- 显式等待
1 package com.test.elementwait; 2 3 import org.openqa.selenium.By; 4 import org.openqa.selenium.WebDriver; 5 import org.openqa.selenium.firefox.FirefoxDriver; 6 import org.openqa.selenium.suppor转载 2017-11-28 14:21:15 · 521 阅读 · 0 评论