: adjust default browser size to prevent page scale issues
Extract the reservation decode logic into a separate
function within LibChecker to improve code structure
and enable more structured return values for
decision-making.
Testing of the refactored LibChecker revealed that
page scaling could cause unexpected behavior.
Change the default browser size from
1280x720 to 1920x1080 to resolve this.
Update dictionary key retrieval to use the correct
key 'mode/run_mode' instead of the outdated 'run/mode'.
This aligns the code with the recent configuration changes.
Refactor run mode processing logic to improve
adaptability for new operations.
Introduce a dedicated "passed" status to
distinguish passed users instead of classifying
them as failed.