Hey guys so I started working on an automated checkout for Amazon.
When it comes to filling the credit card info it cant pull any Elements as the ID changes over and over and it cant seem to find the text field through the name or class
cardnum = driver.find_element_by_name("addCreditCardNumber")
cardnum.click()
getting this error
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"[name="addCreditCardNumber"]"}