Selenium RC 是Selenium Webdriver的前身

Selenium IDE是一款自动化脚本录制工具

Selenium Webdriver 是Selenium 1

Selenium Grid 是分布式自动化测试的一个工具

不同的电脑上不同的浏览器上进行运行脚本,就要用Selenium Grid


工作原理

脚本 --》 webdriver(启动一个新的线程) --> 浏览器(带用户信息,不带用户信息)

脚本看成客户端,浏览器看成一个服务端

Selenium Webdriver简介

Selenium Webdriver简介

相关文章:

  • 2021-09-12
  • 2021-07-16
  • 2022-12-23
  • 2021-11-27
  • 2021-07-14
  • 2021-10-08
猜你喜欢
  • 2021-11-07
  • 2022-12-23
  • 2021-12-18
  • 2021-08-14
  • 2022-03-01
  • 2021-06-09
相关资源
相似解决方案