GetTitleAsync
Description: the method returns the page title
Syntax: GetTitleAsync()
Return value: string
Example:
FRAMEElement frame = await tester.GetFrameAsync(0);
string title = await frame.GetTitleAsync();
Created with the Personal Edition of HelpNDoc: Produce electronic books easily