Verify headings and paragraphs
Different heading levels for text hierarchy
Multiple paragraphs with unique identifiers
This is the first paragraph. It contains some sample text that you can use to practice locating elements by their text content.
The second paragraph has different content. Test automation frameworks can locate this element by partial or exact text match.
A third paragraph for additional practice. Each paragraph has a unique ID for precise element selection.
Various inline text formatting options
This text contains bold text and italic text.
Here is some inline code and a highlighted section.
This shows deleted text and inserted text.
Mathematical: H2O and E=mc2
A styled quote with attribution
βThe only way to do great work is to love what you do.β
Code block with preserved formatting
function greet(name) {
console.log("Hello, " + name + "!");
}
greet("World");Key-value pairs for data display
Automation hints
#heading-h1 through #heading-h6hasText() or containsText()#text-strong, #text-em, #text-code#value-username, #value-email, #value-role#preformatted