Second-Hand-Friends / kleinanzeigen-bot

A dilligent command line tool to publish ads on kleinanzeigen.de
GNU Affero General Public License v3.0
197 stars 43 forks source link

FIX selection of shipping options #307

Closed provinzio closed 3 months ago

provinzio commented 3 months ago

Issue #, if available: fixes #292

Description of changes: Depending on the input, one shipping size and all their options are preselected. If we want to keep that shipping size, we have to click (unselect) the unwanted options instead

Furthermore the PR fixes the wrong shipping size of DHL_10.

Code inspired by @bochen87

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

provinzio commented 3 months ago

I discovered a bug where the "Fertig" button on the shipping options page isn't pressed, when "Mittel" is preselected.

Running the web_click code manually always works. I don't quite understand, why the algorithm does not work by it self. A web_sleep wasn't enough.

I'll look into it.

provinzio commented 3 months ago

@sebthom I fixed the bug and added a try-except-clause to avoid the behavior in the future. This PR is now ready.

sebthom commented 3 months ago

Thanks again!