Page 1 of 1

Deailing with i-frames or frames inside of frames

PostPosted: Thu Nov 28, 2019 9:15 am
by KatieF
Hi.

How does eValid handle I-frame and frames within frames and all of that stuff?

Thanks

Re: Deailing with i-frames or frames inside of frames

PostPosted: Fri Nov 29, 2019 12:02 pm
by eValid
KatieF wrote:Hi.

How does eValid handle I-frame and frames within frames and all of that stuff?

Thanks


Good question KatieF.

The answer is, "very carefully".

As you may know, eValid runs sub-windows as separate windows, not tabs in the same window.

(They really are the same, just how you see them differs).

The base window is always Window zero...zero origin indexing.

Here is a basic eValid command showing the parts, including the frame path:

http://www.e-valid.com/Products/Documen ... _path.html

So that eValid's script command interpreter can know what the correct thing to do is, every command carries with it a frame path, if needed.

The nesting of frame paths is by number, to wit:

number:0>>number:1>>number:14"

indicating that the 14th frame is a child of frame 1 and it is [of course] a child of frame 0.

This way, there's zero ambiguity.


-- eValid Support