I am currently running a script on a Shopify website, kith.com. I am trying to auto-checkout a certain item. What I am doing is I am getting the cart link and then opening it with selenium, automatically entering necessary details to complete the order.
I have ran into an issue, though.
I am able to get through the customer information page and the shipping method page; automatically entering details with selenium. The issue I am running into, is when I get onto the Payment method page. Whenever I try to insert the payment details such as credit card info, etc. it gives me an error: no such element: Unable to locate element.
I am currently searching the element through ID, but I don't understand why it's not being read, because it has worked for all the previous pages.