Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Releases: MaKraMc/WDCAutomate

v1.2.1

11 May 13:11
ec166c4
Compare
Choose a tag to compare

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.

  • login improvements for edge cases by @MaKraMc in #3

v1.2.0

07 May 18:38
0730554
Compare
Choose a tag to compare

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

06 May 10:42
8823879
Compare
Choose a tag to compare

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).