github seleniumbase/SeleniumBase v1.53.1
Update options and Python dependencies

latest releases: v4.27.0, v4.26.4, v4.26.3...
3 years ago

Update options and Python dependencies

  • Prevent some websites from detecting automation. (Pass the Turing Test)
  • Simplify a long method name. (Keep the old name as a duplicate)
    -- self.click_partial_link_text() => self.click_partial_link()
  • Update a console script used for test generation. (sbase mkdir DIR)
  • Update the SeleniumBase universal translator.
    -- Translate to self.click_link() instead of self.click_link_text()
  • Update Python dependencies.
    -- pytest==6.2.2;python_version>="3.6"
    -- prompt-toolkit==3.0.14;python_version>="3.6"
    -- allure-pytest==2.8.32;python_version>="3.5"

Don't miss a new SeleniumBase release

NewReleases is sending notifications on new releases.