undetected-chromedriver icon indicating copy to clipboard operation
undetected-chromedriver copied to clipboard

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

Open dexedrine-01 opened this issue 10 months ago • 1 comments

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 avatar Apr 24 '24 22:04 dexedrine-01

Anyone can help?

dexedrine-01 avatar Apr 30 '24 02:04 dexedrine-01