Unable to click "follow" in child browser

Hi,

using UI Path studio created a automation script but i found even after using App / browser activity ,Studio unable to click on follow button in child browser ,how to resolve it ,please see the video attached

Carolyn


Like4likeSoundcloudFollowsTemplate.zip (4.3 MB)

Hi @Carolyn_Cordeiro

While using the click activity you will find an option (AltrerifDisabled) in properties panel kindly select the option to (True) and give it a try.

Thanks & Regrads

You can have another child window inside another use browser application and then have you modern click activity inside it
@Carolyn_Cordeiro

Tried it no success as well

Thank you but no success

Hi @Carolyn_Cordeiro what is the error message there and is there in wait for load properly set ?

Try adding delay of 3-5 second before clicking the follow button
Also add activate window before it.

Also try changing input method in your click activity
Try it with simulate or hardware click type

didnt worked getting

24.10.0-beta.17118+Branch.release-v24.10.0.Sha.bb90ccd640bbfb859b2267a06ce1d116d788e59a.bb90ccd640bbfb859b2267a06ce1d116d788e59a

Source: Keyboard Shortcuts 'Follow'

Message: 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

Exception Type: UiPath.UIAutomationNext.Exceptions.NodeNotFoundException

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.ProcessNodeNotFoundAsync(ISearchResult searchResult, IRuntimeContext runtimeContext, ITargetAnchorable target, CancellationToken token)
   at UiPath.UIAutomationNext.Activities.TargetCommonLogic.GetSearchResultAsync(IRuntimeContext runtimeContext, ITargetAnchorable target, CancellationToken token)
   at UiPath.UIAutomationNext.Activities.NKeyboardShortcuts.UiPath.UIAutomationNext.Activities.IVerifyExecutionActivity.ExecuteAsync(IRuntimeContext context, IActivityData data, CancellationToken cancellationToken)
   at UiPath.UIAutomationNext.Activities.Services.VerifyExecutionService.ExecuteWithVerifyAsync[T](IVerifyExecutionActivity activity, IVerifyExecutionRuntimeContext verifyContext, IRuntimeContext context, T data, CancellationToken token)
   at UiPath.UIAutomationNext.Activities.NKeyboardShortcuts.ExecuteAsync(IActivityContextWrapper context, CancellationToken cancellationToken)
   at UiPath.UIAutomationNext.Activities.TargetBase.ExecuteActivityAsync(IActivityContextWrapper contextWrapper, CancellationToken cancellationToken)
   at UiPath.UIAutomationNext.Activities.TargetBase.ExecuteActivityAsync(IActivityContextWrapper contextWrapper, CancellationToken cancellationToken)
   at UiPath.UIAutomationNext.Activities.TargetBase.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)
--- End of stack trace from previous location ---
   at UiPath.UIAutomationNext.Activities.NApplicationCard.OnFault(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
   at System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

updated script

Can you click target and show the property
?
Also did u try with input menthol as stimulate ?

It seems fine working in my system kindly check with the UiPath version i am using the latest version of UiPath (2025.0.157)

Thanks & Regrads
Omkar

I see you have another Use application/browser ,how do i make it generic and not specific to a Url as highlighted below?


can you share the project file please ,may be am missing a setting

here is target

also i got latest version now 2025.0.157

Hello @Carolyn_Cordeiro ,

I will share you the project. Let me know if i can help u in any way.

Like4likeSoundcloudFollowsTemplate.7z (4.3 MB)

Try Removing all the targeting method
Just keep on only strict selector and try
And inside the selector expression check window title and all is generalised. Mark *

Also interactive for fuzzy
Remove this selector, no need to select anything in that property

Thank you it worked finally and working well

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.