GetLocatorAsync

Parent Previous Next

GetLocatorAsync

Description: the method returns the element's locator

Syntax: GetLocatorAsync()

Return value: string


Example:

string locator = await element.GetLocatorAsync();

tester.ConsoleMsg(locator);

Created with the Personal Edition of HelpNDoc: Free Qt Help documentation generator