mfox wrote:Do you have an easy way to find out the details of the property value for a web page?
You have two different ways to do this.
The eValid PageMap display shows all of the defined properties of every index on a page... All you have to do is to find the specific property name and you will see its current value to the right of the property name.
The other way is to use the record/play feature of eValid and the
IndexFindElement or
IndexFindElementEX commands. With these commands you can find the index, that is, the location on the page, of any component if you know its name or, in the case of
IndexFindElementEX, if you know only a fragment of the name (you will need to specify the Regular Expression, or RegEX, that describes the pattern you want to be searching for).
The eValid Team