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