Index
Description: the variable returns or receives the index of the frame
Syntax: int Index { get; set; }
Example:
FRAMEElement frame = await tester.GetFrameAsync(0);
tester.ConsoleMsg("Index: " + frame.Index);
Created with the Personal Edition of HelpNDoc: Easily create HTML Help documents