CSS selectors
Target elements using IDs, classes, attributes and relationships. Prefer stable semantic attributes.
XPath
Describe a target by document position, text relationship or nearby labels.
Regular expressions
Extract the specific substring you need, such as the numeric part of an order label.
Templates
Combine extracted values with fixed labels or formatting for predictable output.