PacMan wrote:I have a dropdown in my app that contains hundreds of values and I want to verify the values with a spreadsheet I have. Is there a way to do this in eValid? The order in which they appear is also important to the test.
Each element in your dropdown will probably appear listed separately in the
innerHTML property of that particular element -- this is a common construction that we have seen, but there are many, many variations.
If that's the case then you use the
IndexFindElement,
ValueGetElement, and
ValueSave commands to extract and save the entire string to a local file.
Once saved to a local file it should be a simple matter for you to take those values into your local spreadsheet system.
The eValid Team