Hi,
    I have an setps script in the definitions folder. it defines a tag with
one attribute. It recives an xpath, and the only step is to click the link
by the xpath. when I use the tag, It comes the error: "htmlId", "xpath" and
"label" or "href" can't be combined!  I don't know if tha's really invalid.
thanks

    the script as follows:
<macrodef name="selectBreed" description="select breed and items">
    <attribute name="breedXpath"/>
    <sequential>
        <clickLink xpath="@{breedXpath}"> </clickLink>
    </sequential>
</macrodef>

the script I call the tag  selectBreed:
  <selectBreed
breedXpath="//html//body//div[2]//div[2]//table//tbody//tr[2]//td//a[1]"></selectBreed>

Reply via email to