Clicks an image-link.
#Include <FF.au3>
_FFImageClick($vSearch[, $sMode = "src"[, $bLoadWait = True]])
Parameters
$vSearch | Search term or index (0-n) of the link. |
||||||||||||||||
$sMode |
|
||||||||||||||||
$bLoadWait | Wait until the page is loaded. 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