Combine Filters with Standard CSS Logic

You can combine ZeroWork's text= method with the standard selector logic by using >> as a filter.

As an imaginary example, you can define a selector like this:

div > div[role='main'] > div div >> text="Like"

>> can only be added at the end of the selector. āœ… This will work: div > div[role='main'] > div div >> text="Like" āŒ This will not work: div > div[role='main'] > div >> text="Like" > div

Video Tutorial: Combine text= with Standard Selector Logic

Example: Save Email Addresses from Facebook Pages by Combining text= with Standard Selector Logic

Last updated