Skip to content

Several updates to various areas

Compare
Choose a tag to compare
@mdmintz mdmintz released this 31 Oct 07:41
· 3718 commits to master since this release

Several updates to various areas

  • Recorder: Add the ability to create asserts without full clicks.
  • Recorder: Add --gui option to the sbase mkrec command:
    -- Necessary because the default mode is headless on Linux.
  • Set the default website tour library theme to be "IntroJS".
  • Add "tab" methods that work the same as "window" methods.
  • Add "self.get_totp_code()" (shorter version of Google Auth).
  • Add an example test for Multi-Factor Auth Login.
  • Add shortcuts for disable-csp and save-screenshot.
  • Refresh Python dependencies:
    -- packaging>=21.2;python_version>="3.6"
    -- filelock==3.3.2;python_version>="3.6"
    -- ipython==7.29.0;python_version>="3.7"