Unable to identify the Username and Password fields on the SAP Public Cloud login screen using UiPath UI Explorer

UI ExporerでSAP public cloudログイン画面のUsernameとpasswordの箇所を特定できない。解決策を教えていただけませんか?


@zonhe

From the ui explorer on the left top window expand and check the fields from there you can select the field you need from there

Cheers

エラー
2026-04-08 14:32:26.738 GMT+9: Error: UiPath.UIAutomationNext.Exceptions.NodeNotFoundException: Could not find the user-interface (UI) element for this action.

Possible solutions:
• Ensure application is opened and the UI element is visible on the screen at execution time
• Edit the Target of the UI activity and use Validation to debug the issue.
• If needed, re-indicate the element as its properties might have changed
• Use “Check state” activity to check the application state before executing the action
• Increase the “Delay before” value to allow time to the application to render entirely and become responsive
at UiPath.UIAutomationNext.Activities.TargetCommonLogic.GetSearchResultAsync(IRuntimeContext runtimeContext, ITargetAnchorable target, CancellationToken token)
at UiPath.UIAutomationNext.Activities.NTypeInto.SearchAndSetTargetAsync(IRuntimeContext context, TypeIntoData typeIntoData, CancellationToken cancellationToken)
at UiPath.UIAutomationNext.Activities.NTypeInto.ExecuteAsync(IActivityContextWrapper context, CancellationToken token)
at UiPath.UIAutomationNext.Activities.RecoverableNativeActivity.ExecuteActivityAsync(IActivityContextWrapper contextWrapper, CancellationToken cancellationToken)
at UiPath.UIAutomationNext.Activities.RecoverableNativeActivity.ExecuteActivityAsync(IActivityContextWrapper contextWrapper, CancellationToken cancellationToken)
at UiPath.UIAutomationNext.Activities.RecoverableNativeActivity.ExecuteAsync(NativeActivityContext context, CancellationToken cancellationToken)
at UiPath.Shared.Activities.AsyncTaskNativeImplementation.BookmarkResumptionCallback(NativeActivityContext context, Object value)
at UiPath.Shared.Activities.AsyncTaskNativeActivity.BookmarkResumptionCallback(NativeActivityContext context, Bookmark bookmark, Object value)
at UiPath.Shared.Activities.ContinuableAsyncNativeActivity.BookmarkResumptionCallback(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

@zonhe

Which element did you use?

also if it is coming as separate window indicate it in a separate use app/browser

cheers

I want to use typeinto with password for Logon,but it does not work
username can be inputed with typeinto

@zonhe

in type into select secured text and give the password

cheers

Could you please share a screenshot?
thank you

error
ype Into ‘パスワード’: Could not find the user-interface (UI) element for this action.

Possible solutions:
• Ensure application is opened and the UI element is visible on the screen at execution time
• Edit the Target of the UI activity and use Validation to debug the issue.
• If needed, re-indicate the element as its properties might have changed
• Use “Check state” activity to check the application state before executing the action
• Increase the “Delay before” value to allow time to the application to render entirely and become responsive

@zonhe

Please ensure sap gui scripting is enabled in your sap application
Make sure a proper connection is established for your sap user id

@zonhe

Error is not with value but the field.

can you show selector you used…also try to highlight and check

cheers