domain-skills/alaska: full checkout flow #158
Open
bilaldaqqah wants to merge 1 commit intobrowser-use:mainfrom
Open
domain-skills/alaska: full checkout flow #158bilaldaqqah wants to merge 1 commit intobrowser-use:mainfrom
bilaldaqqah wants to merge 1 commit intobrowser-use:mainfrom
Conversation
✅ Skill review passedReviewed 1 file(s) — no findings. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
End-to-end booking on alaskaair.com — Auro Design System + CyberSource PCI iframe.
Highlights
AURO-INPUT,AURO-SELECT) silently reject.value+ synthetic events: form visually fills but Auro's validator flags "Invalidemail/phone/zip/day/year" on Continue. Must type real keystrokes for inputs; for selects, click
auro-menuoption[value=...]child elements after opening.cdp("Target.getTargets")filtered oncybersource.com, thenjs("document.getElementById('number').focus()", target_id=...)followed bytype_text(...)routes to#number(PAN) and#securityCode(CVV)./search/results?O=SEA&D=PDX&OD=2026-04-29&A=1&..../search/results→/search/cart→/book/guest-info→/book/seat-selection→/book/checkout.FS-AURO-BUTTONcontaining"Continue with Saver"text.Summary by cubic
Adds a new
alaskadomain skill guide for automating guest checkout on alaskaair.com from search results to the card-entry form, covering Auro components and CyberSource Microform iframe handling.domain-skills/alaska/checkout.mdwith the full flow: results → cart → guest-info → seat-selection → checkout.AURO-INPUT/AURO-SELECT(type and click options; avoid.valueand synthetic events).Target.getTargets, focus#number/#securityCodewith JS, thentype_text.Written for commit 99c7455. Summary will update on new commits.