discord-link-opener
discord-link-opener copied to clipboard
Not rly a problem but more just idk python
so how do I add something that will click the add to cart button on amazon for example. im guessing you use selenium and like -> element = browser.find_element_by_id("your_element_id") element.click() but idk how to actualy impliment that in the code to make it work, ive been trying to find solutions on youtube but i cant get it to work :) can anyone help me out?