Hi,
I'm a new user of canoo...
I would like to automatize the filling of fields. To do that I would
like to use storeRegEx to retrieve the fields id...
However I don't know how to get the return string of this function with
groovy. The examples are only for xml.
I try these following things :
storeRegEx text:"id=\"editParty:(.+?)\"", group:"1", property:"value"
println(value)
println("${value})
println("#{value})
or
String value
storeRegEx text:"id=\"editParty:(.+?)\"", group:"1", property:value
println(value)
and nothing seems work...
How can I realize that?
My second problem is that I would like to get all fields and not only
the first one.
Does anyone know how to do that (with Java I get an array of matching
string)?
thanks a lot in advance.
Lucien
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest