Check that the hide-if-matches-xpath snippet is working as expected.
Test that basic usage of the snippet works as expected against a static target.
abptestpages.org#$#hide-if-matches-xpath //*[@id="isnfnv"]
Test that basic usage of the snippet works as expected against target that is containing specific class.
abptestpages.org#$#hide-if-matches-xpath //*[@class="to-be-hidden"]
Test that basic usage of the snippet works as expected against target that is starting with ID.
abptestpages.org#$#hide-if-matches-xpath //div[starts-with(@id,"fail")]
Test the usage of scopeQuery and waitUntil
abptestpages.org#$#hide-if-matches-xpath '//div[script]' '//div[@id="in-scope"]' complete