1 WebDriver overview

WebDriver overview

1 What is WebDriver?

  • WebDriver is a kind of Application automation tool
  • It provides a set of good API
  • WebDriver is a set of class libraries, does not depend on any test framework, except for the necessary browser framework
  • li>

2 WebDriver API supported browsers

  • Firefox (FirefoxDriver)
  • Chrome (ChromeDriver)
  • IE (InternetExplorerDriver)
  • Opera (OperaDriver)
  • safari (SafariDriver)< /li>
  • HtmlUnit (HtmlUnit Driver)

3 WebDriver API supported development languages

Official website documents: https://docs.seleniumhq.org/docs/03_webdriver.jsp

  • Java
  • Python
  • PHP
  • JavaScript
  • Perl
  • Ruby
  • C#

4 selenium installation

Installation: pip install selenium3

Uninstall: pip uninstall selenium

View: pip show selenium

5 Browser driver download

The download address of each driver: http://www.seleniumhq.org/download/

Leave a Comment

Your email address will not be published.