ultrafunkamsterdam / undetected-chromedriver

Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)
https://github.com/UltrafunkAmsterdam/undetected-chromedriver
GNU General Public License v3.0
9.98k stars 1.16k forks source link

NoDriver: can't find element – Add to cart button #1843

Open dexedrine-01 opened 6 months ago

dexedrine-01 commented 6 months ago
add_to_cart = await tab.find("Add to cart", best_match=True)
if add_to_cart:
        await add_to_cart.mouse_click()
        log.info(f"Add to cart button clicked successfully.")

Don't work.

tab.select("#atcBtn_btn_1") tab.find("#atcBtn_btn_1")

Don't work also. Website: ebay.com

dexedrine-01 commented 6 months ago

Anyone can help?