automatischer Firefox-Browser Login bei http://certusgames.com/ mittels ff.au3

  • [autoit]


    #include "FF.au3"
    $Socket = _FFStart("http://certusgames.com/profile/action.php?action=logout",-1,0,WinActivate("[CLASS:MozillaUIWindowClass]"))
    If $Socket <> -1 Then
    $Obj = "content.document.forms[0]."
    _FFSetGet($Socket, $Obj & 'username.value="Schachtrainer"')
    _FFSetGet($Socket, $Obj & 'password.value="verrate ich nicht"')
    _FFClickImage($Socket,"images/9/buttons/find_inactive.gif","src")
    Else
    MsgBox(16, "Error", "Connection error")
    EndIf

    [/autoit]

    _FFClickImage klappt nicht und wie kann ich die Seite in einem neuen Tab starten ?

    4 Mal editiert, zuletzt von m47 (25. Juni 2012 um 04:29)