摘要:
package test; import org.openqa.selenium.By;import org.openqa.selenium.Dimension;import org.openqa.selenium.WebDriver;import org.openqa.selenium.firef 阅读全文
posted @ 2017-05-31 17:50
小白测试
阅读(469)
评论(0)
推荐(0)
摘要:
3.0的selenium需要引入gecko.driver驱动 ,因为没有在系统环境path中配置相关路径,因此需要特别指出,为了方便使用,建议直接和火狐安装包中的.exe文件放在同一目录下。 2.0的selenium有自带驱动,并不需要额外引入,只需要指明firefox.exe的所在位置即可。 以下 阅读全文
posted @ 2017-05-31 15:46
小白测试
阅读(280)
评论(0)
推荐(0)