ExiLeD4EveR Posted January 1, 2017 Posted January 1, 2017 Hello guys, i just started learning AutoIt and i was trying to make an auto login bot for Firefox but i can't figure out how to do it with the firefox functions, plus all the videos are with the internet Explorer functions so any help will be much appreciated. Here's what my code looks like so far: #include <FF.au3> Call("SignIn") Func SignIn() Global $oFF = _FFStart("https://www.facebook.com/") Local $username = _FFObjGet($oFF, "email") Local $password = _FFObjGet($oFF, "pass") _FFSetValue("Your email here", $username) _FFSetValue("Your password here", $password) EndFunc Thanks in advance!
ExiLeD4EveR Posted January 4, 2017 Author Posted January 4, 2017 I still need help with this. There must be someone that can help me with this...
Danp2 Posted January 5, 2017 Posted January 5, 2017 Maybe this thread will help. Latest Webdriver UDF Release Webdriver Wiki FAQs
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