Support finding any element, optionally with a given tag name
Pre-release
Pre-release
$(TestBenchElement.class)
now matches any element
$("some-tag-name")
can be used to find elements of type <some-tag-name>
when no element class is available