Store Element Text
The Store Element Text step allows you to capture the visible inner text of a specific element and save it into the Value Store for use later in your test.
Modern applications constantly generate dynamic content. Order numbers, confirmation messages, user names, totals, and timestamps often need to be captured and reused. This step makes that seamless.
Capture dynamic data for later use
With Store Element Text, you can:
Save order IDs after checkout
Capture confirmation messages
Store generated usernames or emails
Extract totals, discounts, or product names
Save error messages for validation
Reuse dynamically rendered content in later steps
Once stored, the value can be injected anywhere else in your flow.
Reduce duplication and increase flexibility
Instead of hardcoding values or copying selectors multiple times, you can:
Capture once
Reuse many times
Pass values into API calls
Include them in emails or Slack messages
Use them inside branching logic
Compare them against other data sources
This reduces maintenance and improves readability across large test packs.
Works across the entire flow
Stored values can be used with:
Check Text and Check Value steps
Integration API calls
Run Browser Script
Email testing steps
Recipes and CI/CD triggered runs
Dynamic value replacements
This makes your automation smarter and more adaptive without adding complexity.
A foundation for advanced testing
Store Element Text is often one of the most powerful steps in building realistic automation. It enables tests to react to the system under test instead of relying on fixed assumptions.
When paired with branching, dynamic values, and conditional logic, it allows you to model real user journeys with precision and confidence.