FRAMEElement

Parent Previous Next

FRAMEElement

Description: an auxiliary class for working with the frame of the specified index

Syntax: FRAMEElement(Tester tester, int index)


An example of getting an object:

FRAMEElement frame = await tester.GetFrameAsync(0);

tester.ConsoleMsg("Index: " + frame.Index);

tester.ConsoleMsg("Name: " + frame.Name);

Created with the Personal Edition of HelpNDoc: Easy to use tool to create HTML Help files and Help web sites