Skip to content

The difference between seleniumbase and selenium #1156

Answered by mdmintz
Stevenphil asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Stevenphil, SeleniumBase is a complete Web-UI testing framework that merges the unit-testing abilities of pytest with the Python version of Selenium. SeleniumBase also adds a lot of functionality that isn't found in either pytest or Selenium, such as new pytest command-line options, better reliability when calling Selenium methods, and advanced tools such as the Dashboard, the Recorder, screenshots for failing tests, and more. Tests are given structure, such as automatic browser launching and closing at the start and end of tests. Methods are simplified, which allow for shorter tests that are easier to understand. See https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Stevenphil
Comment options

Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants