Is there any way beside xpath to store the default value of a select field? I
have tried:
<storeElementAttribute htmlid="Preferred_Resource_Priority__INPUT_BOX"
property="thing" attributeName="disabled"/>
and regardless of the attributeName I ask for I always get undefined returned
<storeInputFieldAttribute name="property(Preferred_Resource_Priority)"
property="thingy" attributeName="selected"/>
same here except I get the error "No suitable field(s) found" which I also get
if I delete the parenthesis (making it look for an invalid name) making me think
this isn't the step for this. Any help is greatly appreciated.
Thanks,
Will