Skip to content
New issue

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

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

Open
dexedrine-01 opened this issue Apr 24, 2024 · 1 comment
Open

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

dexedrine-01 opened this issue Apr 24, 2024 · 1 comment

Comments

@dexedrine-01
Copy link

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
Copy link
Author

Anyone can help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant