WilmaB wrote:Afternoon:
Can eValid search for all of the frames and iframes on a page?
If so, what is involved?
Thanks
That's a good and fair question WilmaB.
It would seem that would be a good thing to do, but there are some technical barriers to doing this.
The main one is that on some web pages the frames all have the same name: "blank". That is, they all have NO NAME.
So, you have to know the frame path to search inside the DOM.
That being said eValid, has very strong search capabilities, including the ability to search for a regular expression match.
Here is the basic IndexFindElement command:
http://www.e-valid.com/Products/Documen ... ement.htmlThe companion command, which does the same thing but searches based on a specified regular expression, is described here:
http://www.e-valid.com/Products/Documen ... nt.ex.htmlHope this helps.
-- eValid Support