HI,i like to search for a variable say " value x "within a webpage and finally click on it.How do i do it ?Prefer a easier way

was prepare to use a assign method but got stuck …
String.Contains(text As String, value As String) As Boolean

I think, you could try using “Click Text” activity in a loop.

You can use “Click Text” Activity. Also, If the text element position is fixed. You can use “Element Exist” Activity and then “Click” Activity. This will only work when it found the Text.