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