Skip to content

Update options and Python dependencies

Compare
Choose a tag to compare
@mdmintz mdmintz released this 25 Jan 20:06
· 4618 commits to master since this release
06a0c11

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"