GetUrlAsync
Description: the method returns the current URL
Syntax: GetUrlAsync()
Return value: string
Example:
FRAMEElement frame = await tester.GetFrameAsync(0);
string url = await frame.GetUrlAsync();
Created with the Personal Edition of HelpNDoc: Free help authoring environment