public static void AssertTextInElementByAutomationId(this ITestEngine engine, string automationId, string text) =>
 engine.AssertTextInElementByAutomationId(automationId, text, null);