Last active
August 10, 2026 16:56
-
-
Save up1/9b62132c617a5c74355ef3af7700814a to your computer and use it in GitHub Desktop.
Demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Result from dom-testid | |
| # document "Vite + React" | |
| body | |
| div id="root" | |
| div | |
| h1 data-testid="message_text" | |
| #text "Call REST API 2026/06/04 Update !!" | |
| center | |
| div data-testid="message_box" | |
| p data-testid="hello_text" | |
| // Result from playwright-cli | |
| - generic [ref=e3]: | |
| - heading "Call REST API 2026/06/04 Update !!" [level=1] [ref=e4] | |
| - generic [ref=e6]: | |
| - paragraph |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment