That's my code:
#Include <FF.au3>
$test = Random(1000,18000)
_FFConnect()
_FFOpenURL("http://google.com/String($test)")
How to make it work? I tried with .' or ". and I can't make. Any help would be great.
How can I do IE to click second image in the page? I tried _IEImgClick but I failed.
For this function needs alt or src or name. But that image doesn't have name,alt and src is changing every time!
Can I just simply somehow click on SECOND image of the page?
Thank you
Hi guys I am creating Internet Explorer script with autoit which simply get some information from websites in hidden window. But.. I got problem. That click noise in IE. Maybe someone know how can I turn off that click noise using AUTOIT or vb script?
My bad ;P. Okay, that's what I added. But it still not work I get error in 6 Line.
#Include <File.au3>
#Include <FF.au3>
$sFile = "text.txt"
$lines = _FileCountLines($sFile)
$sFile = FileOpen($sFile)
$line = FileReadLine($sFile, Random(1, $lines, 1))
FileClose($sFile)
_FFPrefSet("general.useragent.override", String($line))
Can you help me?
Hi, I am creating script that would get random line from txt and make it to be inputed somewhere. How to do it? I am currently have this
$file = FileOpen("test.txt", 0)
$i = Random(1, 99999999, 1)
Random(line)
FileClose($file)
I know this sounds stupid, but please how to get random line? Thank you very much
Hi this is my code
#Include <FF.au3>
$i = 0
_FFConnect()
_FFPrefSet("general.useragent.override", $i)
But it won't work, if you replace "$i" it will work. Is this a bug? How fix it?