Is there anyway I could do this thing i'm trying to do
So I want to run my java program on a website If I sees a certain text anywhere in the page It clicks on a link that is in the html code
Here is what I mean
Say the text i'm looking for is Banana and if it finds Banana on the page it goes to a link in the html code Is there anyway I can do that?