v3.2.5
Fixed
- When a child step is nested in the
extract()method of anHtmlorXmlstep, and does not useeach()as the base, the extracted value is an array with the keys defined in theextract()call, rather than an array of such arrays as it would be witheach()as base.