Clickの難敵

対象アプリケーション:SAP Analysis for Microsoft Excel。
sap
RDS環境下でClick、TypeIntoをバックグラウンド実行させようとしています。
プロンプトwindowに対して、①SimulateClick②SendWindowMessageの両方とも実行できません。
③デフォルトにすれば実行は出来るのですが、RDSを閉じた状態ではできなくなるため困っております。
何か方策はありますでしょうか。

※①、②使用時のエラーメッセージ
Source: Click 'XXXX
Message: Action not supported by this type of element. Please use another type of click.
Exception Type: UiPath.Core.ElementOperationException

An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
UiPath.Core.ElementOperationException: Action not supported by this type of element. Please use another type of click. ----> System.Runtime.InteropServices.COMException: Action not supported by this type of element. Please use another type of click.
at UiPath.UiNodeClass.Click(Int32 dx, Int32 dy, UiClickType clickType, UiMouseButton mouseBtn, UiInputMethod inputMethod)
at UiPath.Core.UiElement.ClickImpl(Int32 offsetX, Int32 offsetY, ClickType clickType, MouseButton mouseButton, InputMethod inputMethod, Position mousePlacement, Boolean areOffsetsNormalized)
— End of inner ExceptionDetail stack trace —
at UiPath.Core.Activities.TaskAsyncCodeActivity`1.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

@YT2019

Try with Click Image activity and check it once.

@YT2019 さん

一部の操作は「Send Hotkey」で代替する可能でしょうか。
なお、ClickとTypeIntoのセレクタを適当的に調整すれば、
SimulateClickとSendWindowMessageで実行することができるになる場合もあります。