|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| browser.ID.HTML.fromPoint.attribute(X, Y, AttributeName) |
Parameters
| INT | X | Position X in the browser object in pixels
| | INT | Y | Position Y in the browser object in pixels
| | STRING | AttributeName | Name of the attribute to retrieve |
Return value
| Value of the specified attribute of the tag located at the specified coordonates. |
Description
This function make it possible to retrieve the value of an attribute at any point of the web browser object.
|
|
|
|