selenium + selenium IDE +firefox

来源:互联网 发布:阿里云弹性ip有什么用 编辑:程序博客网 时间:2024/04/26 21:01

Firefox 54

selenium3.4.0  

Selenium-IDE  下载地址

http://www.softpedia.com/get/Internet/Internet-Applications-Addons/Mozilla-Extensions/Selenium-IDE.shtml,然后选择第一个

测试代码


pox配置

<dependency>
      <groupId>org.seleniumhq.selenium</groupId>
      <artifactId>selenium-java</artifactId>
        <version>3.4.0</version>
</dependency>




备注:Selenium-IDE 下载截图:

然后选择第一个