Jump to content

Recommended Posts

Posted

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!

 

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
  • Recently Browsing   0 members

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