We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got an exception when the bot selects the shipping options with codeline:
await self.web_click(By.CSS_SELECTOR, '[class*="jsx-3900439816"]')
I searched in the code and replacing the upper lines with that (line 528+533 in src\kleinanzeigen_bot_init_.py):
await self.web_click(By.CSS_SELECTOR, '[class*="jsx-963945432 SelectionButton"]')
should get the script working again.
Termination
Run with shipping options like:
shipping_type: SHIPPING shipping_costs: 5.00 shipping_options: [Hermes_S] sell_directly: true
Microsoft Edge
Windows
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
✔️ Expected Behaviour
I got an exception when the bot selects the shipping options with codeline:
I searched in the code and replacing the upper lines with that (line 528+533 in src\kleinanzeigen_bot_init_.py):
should get the script working again.
🐞 Actual Behaviour
Termination
📋 Steps to Reproduce
Run with shipping options like:
shipping_type: SHIPPING
shipping_costs: 5.00
shipping_options: [Hermes_S]
sell_directly: true
📺 What browsers are you seeing the problem on? (if applicable)
Microsoft Edge
💻 What operating systems are you seeing the problem on? (if applicable)
Windows
📃 Relevant log output (if applicable)
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: