Jump to content

Mozilla instead of IE


Recommended Posts

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.

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...