extramile_27 Posted June 22, 2006 Posted June 22, 2006 Hi started using Autoit since yesterday I'm findin it very interactive. Can any one suggest me how to use the string.find (s, pattern [, init [, plain]]) to find a word on a given web page. Thank you.-extramile
extramile_27 Posted June 22, 2006 Author Posted June 22, 2006 I tried using the below functions using: string.find (s, pattern [, init [, plain]]) please give an example of using this if you have already used it.It gave me the following syntax error, I couldn't figure out what!C:\Documents and Settings\Chandu\Desktop\ex.au3(1,7) : ERROR: syntax errorstring.~~~~~~^
redfive19 Posted June 22, 2006 Posted June 22, 2006 To find strings, you can use the StringInStr command I believe. HOWEVER, currently, AutoIt does not support website integration. BUT, someone wrote an IE UDF library that does this. Search the AutoIt forums, under Scripts and Scraps and look for the IE Automation Library.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now