image
Object for managing images on the current page (IMAGE tag)
An example of a picture:
<img src="..:009.jpg" width="48" height="48" align="left" id="12" name="qwer":>
Description
the IMG Tag is intended for displaying images in GIF, JPEG, or PNG image format on a web page. The address of the image file is set using the srcattribute. If necessary, you can link the image to another file by placing the img tag in container a. A border is displayed around the image, which can be removed by adding the border="0" attribute to the img tag.
Drawings can also be used as image maps when the image contains hotspots that act as links. This map does not differ in appearance from a normal image, but it can be divided into invisible zones of different shapes, where each of the areas serves as a reference.
Learn more about the IMG tag (source)
basic functionality
Show image
Check that the image is loaded
To the specific characteristics pictures
Recognize images as captcha
Tools image
Show image
show_by_number – show image with the given number
show_by_name – show image with the specified name
show_by_src – show image with a given src,
show_by_alt – show image with the specified alt
show_by_attribute – show an image with the specified attribute value
Check that the image is loaded
is_complete_by_number – check that the image with the specified number has already been uploaded
is_complete_by_name – check that the image with the specified name has already been uploaded
Get specific image characteristics
get_file_create_date_by_number – get the date of image creation by its number
get_file_create_date_by_name – to obtain the creation date of the images by its name.
get_file_modification_date_by_number – get the last modified date of a picture by its number.
get_file_modification_date_by_name – get the last modified date of a picture by its name.
get_file_size_by_number – to the size of the picture in her room
get_file_size_by_name – get image size from its name
Recognizing an image as a captcha
recognize_captcha – recognize captcha from an image with built-in functions
recognize_by_anticaptcha – recognize a captcha from an image using the service antigate.com
recognize_by_rucaptcha – recognize captcha from an image via the service rucaptcha.com
Image tools
get_image – get a new image - as part of a specified
add_image – add a picture to a given
get_x_of_image – get the x coordinate of the occurrence of a given picture
get_y_of_image – get the y - coordinate of the occurrence of a given picture
get_pos_of_image – to obtain the position of occurrence of a given picture
get_all_pos_of_image – get the positions of all occurrences of a given image