Skip to content

Commit

Permalink
Update selectors.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Feb 20, 2025
1 parent 73f9ded commit ef31d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amazonorders/selectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class Selectors:

FIELD_ORDER_DETAILS_LINK_SELECTOR = ["a.yohtmlc-order-details-link",
# Would like to use this or similar, but not yet sure how consisten it is
#".order-header__header-link-list-item:first-of-type a"
# ".order-header__header-link-list-item:first-of-type a"
]
FIELD_ORDER_NUMBER_SELECTOR = ["[data-component='orderId']",
"[data-component='briefOrderInfo'] div.a-column",
Expand Down

0 comments on commit ef31d11

Please # to comment.