Invokes a method on the apps AppDelegate. The signature should be of the form:
Example
(NSString *) calabashBackdoor:(NSString *)aIgnorable;
or if you want to pass parameters:
Example
(NSString *) calabashBackdoor:(NSDictionary *)params;
Syntax
Parameters
- methodName
- The name of the method to invoke.
- argument
- The argument to pass to the method.
Returns
The result of the invocation.
Remarks
Requirements
Namespace: Xamarin.UITest.iOS
Assembly: Xamarin.UITest (in Xamarin.UITest.dll)
Assembly Versions: 0.0.0.0