Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 711 Bytes

File metadata and controls

28 lines (15 loc) · 711 Bytes

How to get a chromedriver

https://www.browserstack.com/guide/run-selenium-tests-using-selenium-chromedriver

Selenium documentation

https://www.selenium.dev/documentation/

Unittest documentation

https://docs.python.org/3/library/unittest.html

Xpath

https://devhints.io/xpath

Splinter

https://pypi.org/project/splinter/

https://splinter.readthedocs.io/en/latest/

The project has two primary goals:

  1. Provide a common, high-level API on top of existing browser automation tools such as Selenium. The API is an abstraction layer that is human-friendly and designed for easy, efficient scripting.

  2. Provide built-in functionality to handle common pain points with browser automation.