public static bool ElementExists(this ITestEngine engine, string automationId) =>
 engine.ElementExists(automationId, null);