Matching text to limit element selection

It's possible to limit element selection by getting Flook to match specific text inside an element. This is achieved by using plain text or a search pattern.

Plain text

If you want to only match elements that contain the word "foo", simply type the word "foo" (without quotes) into the "Match Text box.

Search pattern

This take the form of a regular expression but without the leading and trailing forward slashes (/).

For example, the following pattern will match text starting with either http:// or https://

https?:\/{2}.*

Searches are case insensitive. 

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us