Gophertv

Results 2 issues of Gophertv

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()...

In the console it says opened: and whatever the link is but it doesn't actualy open the link, how do i fix this, im running chrome beta, is that a...