Ejemplo n.º 1
0
        public bool InvokeAppBarTap(string text)
        {
            var command = new InvokeAppBarTapCommand {
                AutomationIdentifier = CreateAutomationIdentifier(text)
            };

            return(SyncExecuteCommand(command) is SuccessResult);
        }
        public bool InvokeAppBarTap(string text)
        {
            var command = new InvokeAppBarTapCommand { AutomationIdentifier = CreateAutomationIdentifier(text) };

            return SyncExecuteCommand(command) is SuccessResult;
        }