Files
unclecode--crawl4ai/docs/examples/c4a_script/script_samples/add_to_cart.c4a
T
2026-07-13 12:12:13 +08:00

7 lines
188 B
Plaintext

GO https://store.example.com/product/laptop
WAIT `.product-details` 8
CLICK `button.add-to-cart`
WAIT `.cart-notification` 3
CLICK `.cart-icon`
WAIT `.checkout-btn` 5
CLICK `.checkout-btn`