Jump to content

Recommended Posts

Posted

i m making a little bot for some webbased game but there is some problems

IE is too slow about opening speed, connecting speed and freezes etc.

i want use mozilla or something different like connect website without any browser and fill forms ,submit

i have FF.au3 (firefox functions) but they are not working maybe they are old

functions i need to find alternative ways

_IECreate,_IENavigate,_IELoadWait,_IEFormGetObjByName,_IEGetObjByName,_IEFormElementOptionselect,_IE

FormElementSetValue,_IEAction

Sorry for my english.

Posted (edited)

i m making a little bot for some webbased game but there is some problems

IE is too slow about opening speed, connecting speed and freezes etc.

i want use mozilla or something different like connect website without any browser and fill forms ,submit

i have FF.au3 (firefox functions) but they are not working maybe they are old

functions i need to find alternative ways

_IECreate,_IENavigate,_IELoadWait,_IEFormGetObjByName,_IEGetObjByName,_IEFormElementOptionselect,_IE

FormElementSetValue,_IEAction

Sorry for my english.

You can just use:
ShellExecute("http://www.Autoitscript.com/")oÝ÷ ØêÞDz¢ç;¬¶Æ²jëh×6Run("C:\Program Files\Mozilla Firefox\Firefox.exe")
Sleep(5000)
Send("{F6}")
Sleep(1000)
Send("http://www.Autoitscript.com/")
Sleep(500)
Send("{Enter}")
Edited by WinneR
Posted

it does not help me because i need make browser invisible and i m talking about speed send commands are slow.

or something different like connect website without any browser and fill forms ,submit

maybe this can help me

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...