Skip to content

Instantly share code, notes, and snippets.

@saadlu
Created March 25, 2023 12:34
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 saadlu/140758ebc8bbd53e3cff73e9225788f7 to your computer and use it in GitHub Desktop.
Save saadlu/140758ebc8bbd53e3cff73e9225788f7 to your computer and use it in GitHub Desktop.
  • Print html found by cypress

    cy.get('li').invoke('html').then((val) => console.log(JSON.stringify(val)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment