Module implementing an object for testing certain aspects of a web page.
None |
WebHitTestResult | Class implementing an object for testing certain aspects of a web page. |
None |
Class implementing an object for testing certain aspects of a web page.
None |
None |
WebHitTestResult | Constructor |
__populate | Private method to populate the object. |
alternateText | Public method to get the alternate text. |
baseUrl | Public method to get the base URL of the page. |
boundingRect | Public method to get the bounding rectangle. |
imageUrl | Public method to get the URL of an image. |
isContentEditable | Public method to check for editable content. |
isContentSelected | Public method to check for selected content. |
isNull | Public method to test, if the hit test is empty. |
linkTitle | Public method to get the title for a link element. |
linkUrl | Public method to get the URL for a link element. |
mediaMuted | Public method to check, if a media element is muted. |
mediaPaused | Public method to check, if a media element is paused. |
mediaUrl | Public method to get the URL for a media element. |
pos | Public method to get the position of the hit test. |
tagName | Public method to get the name of the tested tag. |
updateWithContextMenuData | Public method to update the hit test data with data from the context menu event. |
viewportPos | Public method to get the viewport position. |
None |
Constructor
Private method to populate the object.
Public method to get the alternate text.
Public method to get the base URL of the page.
Public method to get the bounding rectangle.
Public method to get the URL of an image.
Public method to check for editable content.
Public method to check for selected content.
Public method to test, if the hit test is empty.
Public method to get the title for a link element.
Public method to get the URL for a link element.
Public method to check, if a media element is muted.
Public method to check, if a media element is paused.
Public method to get the URL for a media element.
Public method to get the position of the hit test.
Public method to get the name of the tested tag.
Public method to update the hit test data with data from the context menu event.
Public method to get the viewport position.