How to use Wildcard in selecting ID's ?
-
Suppose i have found these ids :
idname-878326482364
idname-987498508475
idname-112426323884How can i add a wildcard like this :
CSS>idname-*>AT>0
-
@niceusername Use the match selector.
>MATCH>idname->AT>0
https://wiki.bablosoft.com/doku.php?id=how_to_search_for_element
-
@Fox
Thanks that will work :)