Releases: MaKraMc/WDCAutomate
v1.2.1
This version improves the login process for some people.
In some edge cases, an error called "A little problem" appears after logging in. However a valid session is still created. We have to navigate to the main page followed by the quantify page to make use of this session.
v1.2.0
Completely reimplement Firefox loading to fix wrong geckodriver being installed on arm.
Instead of webdriver-manager, use a simple python script to pull the latest geckodriver with the correct arch.
webdriver-manager currently has a bug detecting aarch machines.
Important
This makes it finally possible to run on raspberry pi and other arm devices! 🎉
v1.1.0
This version adds support for the new platform dslvip.com
.
The new platform is now default. If you still want to use wdcvip.top, you can specify an environment variable like this "PLATFORM=wdcvip.top"
.
This version also brings some minor improvements for waiting until the sites fully loads during login since the new platform seems to respond a bit slower (at least during my testing).