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 toself.click_link()
instead ofself.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"