Slide 5
Slide 5 text
© 2012-2019 BASE, Inc.
© 2012-2021 BASE BANK, Inc.
Selenium WebDriver
Selenium WebDriver is an API that allows us to write
automated tests for web applications.
● Interfaces to discover and manipulate DOM elements and control of user agents
● Supports different sets of browsers (ChromeDriver, geckodriver, Microsoft Edge
Driver...etc)
● Provides compatibilities with many programming languages (JavaScript, Python,
Ruby, Go...etc)
○ Famous Go libraries: tebeka/selenium, sclevine/agouti
5