storeText | //*[self::h1 or self::h2 or self::h3] | getTxt
echo | ${getTxt}
When using Chropath, the xpath used on the step returns 15 or so matches but when running the storeText macro, it only gets the first match of the xpath.
Is this expected? I want to get all of the matches returned by the xpath.