Skip to content

Instantly share code, notes, and snippets.

@angiejones
Created September 11, 2020 20:24
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 angiejones/a38915f2d10f8b7225ee87a68319220f to your computer and use it in GitHub Desktop.
Save angiejones/a38915f2d10f8b7225ee87a68319220f to your computer and use it in GitHub Desktop.
Playwright - DOM for a visible book
<li id="pid3" class="ui-li-has-thumb">
<a href="#" class="ui-btn ui-btn-icon-right ui-icon-carat-r">
<img id="pid3_thumb" src="img/crispin.jpg" class="ui-li-thumb">
<h2 id="pid3_title">Agile Testing</h2>
<p id="pid3_author">Lisa Crispin and Janet Gregory</p>
<p class="ui-li-aside" id="pid3_price">$49.07</p>
</a>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment