GetLocatorAsync
Описание: метод возвращает локатор элемента
Синтаксис: GetLocatorAsync()
Возвращаемое значение: строка (string)
Пример:
string locator = await element.GetLocatorAsync();
tester.ConsoleMsg(locator);
Created with the Personal Edition of HelpNDoc: Full-featured Documentation generator