/// <summary> /// Takes the same parameters as {@link sap.ui.test.Opa#waitFor}. Also allows you to specify additional parameters: /// </summary> /// <param name="options">An Object containing conditions for waiting and callbacks</param> /// <returns>A promise that gets resolved on success. If an error occurs, the promise is rejected with the options object. A detailed error message containing the stack trace and Opa logs is available in options.errorMessage.</returns> public extern virtual jquery.JQueryPromise <object> waitFor(sap.ui.test.Opa5.WaitForOptions options);
/// <summary> /// Takes the same parameters as {@link sap.ui.test.Opa#waitFor}. Also allows you to specify additional parameters: /// </summary> /// <param name="options">An Object containing conditions for waiting and callbacks</param> /// <returns>A promise that gets resolved on success. If an error occurs, the promise is rejected with the options object. A detailed error message containing the stack trace and Opa logs is available in options.errorMessage.</returns> public extern virtual es5.Promise <object> waitFor(sap.ui.test.Opa5.WaitForOptions options);