>From the concrete example at https://gebish.org/manual/current/#the-code-code-function, it sounds like attribute matching is exact, although it's not super clear that this is indeed the case. Is this a correct assumption?
If matching is exact, is there any way to match with a wildcard? I'm working on automating a page that's built with YUI, and the name attributes for elements are built from Java objects, so for example name="parentobject.childlist[0].thing". Is there a way to select all indices of the childlist, like name="parentobject.childlist[*].thing"? -- You received this message because you are subscribed to the Google Groups "Geb User Mailing List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/0379675d-cca1-4e7c-8c28-04a5f660c5b6n%40googlegroups.com.
