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/

WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 202 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC

Leave a Comment

Your email address will not be published.