Encontré la respuesta por si a alguien le interesa..
Example()
Func Example()
GUISetState(@SW_HIDE)
Run("C:\Program Files (x86)\Google\Chrome\Application\chrome.exe")
sleep (3000)
send ("facebook.com")
send ("{ENTER}")
sleep (3000)
send ("{F11}")
sleep (1000)
endfunc
Example()
Func Example()
GUISetState(@SW_HIDE)
Run("C:\Program Files (x86)\Google\Chrome\Application\chrome.exe")
sleep (3000)
send ("facebook.com")
send ("{ENTER}")
sleep (3000)
send ("{F11}")
sleep (1000)
endfunc