What's Changed
- Code Refactoring:
- Removing unnecessary JS Code and function
untilConditionalExecute. - All browser-related logic is now written in the Selenium style.
- Split the
SharedToolsmodule into submodules (and more). - Added type annotations (in most places).
- Removing unnecessary JS Code and function
- Command-line argument
--skip-webdriver-menuhas been removed (responsibility has been shifted toselenium-manager). WebDriverInstalleris automatically enabled for Windows 7, 8, and 8.1 (specifically, process of finding and downloading a webdriver, for backward compatibility).- Removed support for the following Email APIs:
1secmail,guerrillamail,developermail,mailticking,inboxes, andincognitomail. - Bug Fix (MBCI): Fixed an issue where the configuration would fail to save if it contained only a single argument.
- Fixed the generation algorithms for the
key,small-business-key, andadvanced-keyoperating modes.
Full Changelog: v1.5.6.6...v1.5.7.0