I Wanna make an Automataizer for 3 web butons and then wright to local file but so far I failed I use mozilla Here's the code: Send ("{^a}") Send ("{^c}") $text = ClipGet () Send ("^w") $getclick = WinGetText ( " " , "Buton1") MouseClick ($getclick , , , , ,) Send ("^v") $getclick1 = WinGetText ( " " , "Buton2") MouseClick ($getclick1 , , , , ,) $getclick2 = WinGetText ( " " , "Boton3") MouseClick ($getclick2 , , , , ,) FileWrite("C:\Status.txt","TEXT" $text)