Vladislav
Results
2
issues of
Vladislav
``` 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