embed
The object is used for working with HTML elements marked with the EMBED tag. This tag is used for inserting various objects into HTML: non-html documents and media files. The type of object to insert, whether it is a music wav:midi file or a three-dimensional VRML world, must be registered on the user's machine as being played by one of the available plug-ins or supported by an application.
the Object is available from version 4.0.15
Description
the EMBED Tag is used for loading and displaying objects (for example, video files, flash clips, some audio files, etc.) that the browser does not initially understand. As a rule, such objects require connecting a special module called a plugin to the browser, or running an auxiliary program.The HTML 4.0 specification recommends using the object tag to load external data instead of the embed tag. However, some browsers do not display the necessary information in this way, so the best option is to put the embed inside the object container.
The type of embedded object depends on the plug-ins installed in the browser and the type of file being uploaded, and also from the attributes of the embed tag.
Learn more about the EMBED tag (source)
Basic functionality
Click element
Click inside the element
click_in_by_number, click inside the element with the given number
click_in_by_name – click inside the element with the specified name
click_in_by_src – click inside the element with the specified src
click_in_by_attribute – click inside the element with the specified attribute value