object
The object is used for working with HTML elements marked with the <object> tag. The tag allows you to insert graphic HTML documents, images, ActiveX controls, and various applets into HTML documents.
Description
OBJECT tag tells the browser how to load and display objects that the browser doesn't 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 specification allows multiple object tags with different content to be nested in each other. This allows you to display the content that the browser understands in the absence of the desired plugin.For example, the external object tag loads a video file, and if the corresponding codec (a program for compressing and restoring video data) is not installed, the internal object tag displays a graphic image. Additionally, you can put the
tag param inside the object container, which passes additional parameters for displaying the object.
Learn more about the OBJECT tag (source)
Basic functionality
Click element
Click inside the element
click_in_by_number – click inside the element with the specified number
click_in_by_name – click inside the element with the specified name
click_in_by_attribute – click inside the element with the specified attribute value