Using automator, I have navigated to a website that required a password, pulled up a page and need to search that page for a word. Let's say the word is "flowmaster" for example. I had Automator do a 'watch me do' and typed Cmd-F to search that page. I type in flowmaster and it returns in the spotlight command line 0 matches.
Let's say I want it to keep re-searching the page and when the word 'flowmaster' comes up as a match, have it send an email to me to alert me that it is on the page. When I have Automator 'get text from webpage' or 'get contents of webpages' it just returns the title of the page or the opening page of the website.
To show you what I am trying to do, type "command F" now, then type in "flowmaster" it should say to the left of the spotlight search 4 matches and the left/right arrow keys. That is the data I am looking for. Is there a way to have that 1 match information trigger an event? Like, if there is 1 match, send email saying "one available". The problem with the 'watch me do' is that there is nothing there for most of the time, but when the word pops up on the website, I need it to alert me.
Is this possible?