Klickt einen Image-Link.
#Include <FF.au3>
_FFImageClick($vSearch[, $sMode = "src"[, $bLoadWait = True]])
Parameters
$vSearch | Zu suchender Begriff in $sMode, oder Index (0-n) |
||||||||||||||||
$sMode |
|
||||||||||||||||
$bLoadWait | Optional: Warten bis die Seite vollständig geladen ist. True = (Default) |
Return Value
Success: | Returns 1 |
Failure: | Returns 0 and sets @ERROR |
@ERROR: | 0 ($_FF_ERROR_Success) 3 ($_FF_ERROR_InvalidDataType) 4 ($_FF_ERROR_InvalidValue) 8 ($_FF_ERROR_NoMatch) |
Remarks
Related
_FFClick, _FFLinkClick, _FFImageMapClick
Example