Open Perederey opened 13 hours ago
566 | elif ad_cfg["shipping_options"]:
-- | --
567 | await self.web_click(By.CSS_SELECTOR, '[class*="jsx-2623555103"]')
568 | await self.web_click(By.CSS_SELECTOR, '[class*="CarrierSelectionModal--Button"]')
571 | try:
572 | await self.web_click(By.CSS_SELECTOR, '[class*="jsx-2623555103"]')
573 | await self.web_click(By.CSS_SELECTOR, '[class*="CarrierSelectionModal--Button"]')
but, looks like it's updated to jsx-963945432
✔️ Expected Behaviour
./kleinanzeigen-bot publish --ads=due --verbose
🐞 Actual Behaviour
TimeoutError: No HTML element found using CSS selector '[class*="jsx-2623555103"]' within 5 seconds.
📋 Steps to Reproduce
1) download ads 2) try to republish
more info in logs
📺 What browsers are you seeing the problem on? (if applicable)
Chrome
💻 What operating systems are you seeing the problem on? (if applicable)
MacOS
📃 Relevant log output (if applicable)
Code of Conduct