Windows and EdgeDriver updates
- Add better detection for the version of Edge installed.
- Disable
Edge Syncif not set. - Use
LATEST_STABLEfor the default version of EdgeDriver. - Add ability to install EdgeDriver without knowing full version.
- Use
os.get_terminal_size()instead ofstty sizefor width. - On Windows, use
abapovermonokaifor the print theme. - Refresh Python dependencies:
--setuptools>=58.5.2;python_version>="3.6"
--soupsieve==2.3;python_version>="3.6"