ClickText on WebPage

Hi Friends

I am trying to Click a particular text from a selected paragraph but its not working.

I have tried multiple web pages but all the time i am getting below exceptions.

Please advise if anything wrong from my end

For instances , when I searched for “mouse click vs click text uipath” and then trying to click “Images”

Selector :

Exception :

Source: Click Text ‘DIV’ (Click Text ‘DIV’)

Message: The method or operation is not implemented.

Exception Type: System.NotImplementedException

An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.NotImplementedException: The method or operation is not implemented.
at System.Activities.Statements.Throw.Execute(CodeActivityContext context)
at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.ActivityInstance.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)

Hey @bibhu

Will you share a reference link or something.

It should work…!!

The NotImplementedException exception is thrown when a particular method, get accessor, or set accessor is present as a member of a type but is not implemented.

Regards…!!
Aksh

Thanks for looking into it.

I have tried on multiple different URL’s , here is an example

URL:
https://www.cs.umd.edu/class/spring2013/cmsc421/projects/p0/tutorial.html#Python%20Basics

from which i selected below text as part of Indicate On Screen & tried searching for the string “Troubleshooting” but got the exception

You may find the [Troubleshooting] section helpful if you run into problems. It contains a list of the frequent problems previous CS188 students have encountered when following this tutorial.

Hello! Have you solved this already? Thanks