Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mud25

macrumors newbie
Original poster
Apr 18, 2011
15
0
i was wondering if it is possible to do a find on page like one would do via the safari search bar, via applescript gui scripting or some other way of doing it with this

Code:
property findThis : ""
repeat while findThis is ""
	display dialog "What shall i look for" default answer x
	set findThis to text returned of result
end repeat
thanks for your help:)

there is no way the only way i found that worked was with Automator's Watch Me Do command
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.