Amazon has a new checkout page called pipelineType=Chewbacca. I added a hack to refresh the page on line 41 of amazon__gift_card_reload to refresh the page to the old "Cheetah" checkout page. Ultimately the code needs to be updated to support Chewbacca's widget based checkout.
here's the hack:
current_url = driver.current_url
new_url = current_url.replace("Chewbacca","Cheetah")
driver.get(new_url)
Amazon has a new checkout page called pipelineType=Chewbacca. I added a hack to refresh the page on line 41 of amazon__gift_card_reload to refresh the page to the old "Cheetah" checkout page. Ultimately the code needs to be updated to support Chewbacca's widget based checkout.
here's the hack:
current_url = driver.current_url
new_url = current_url.replace("Chewbacca","Cheetah")
driver.get(new_url)