Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@charisTheo
Created September 11, 2020 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charisTheo/39db20ac6c7e490f1c8439586e2f6d66 to your computer and use it in GitHub Desktop.
Save charisTheo/39db20ac6c7e490f1c8439586e2f6d66 to your computer and use it in GitHub Desktop.
Use the script to measure navigation times throughout a user funnel (ex: Amazon). Use the textbox in Script (tab) > Enter Script.
navigate https://www.amazon.co.uk/
setEventName LoadProductListingPage
navigate https://www.amazon.co.uk/s?k=sofa&ref=nb_sb_noss
setEventName ClickOnProduct
clickAndWait title=product-image
setEventName AddToCart
clickAndWait id=add-to-cart-button
setEventName GoToCheckout
execAndWait actionCheckout()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment