Skip to content

New Checkout Screen "Chewbacca" #109

@z80b80

Description

@z80b80

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions