HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / PageEvents Class / DOMLoad Property

In This Topic
    DOMLoad Property
    In This Topic
    The event timing object for the page's DOM (Document Object Model) being loaded.
    Syntax
    'Declaration
     
    Public ReadOnly Property DOMLoad As PageEvent
    public PageEvent DOMLoad {get;}
    Remarks
    This event corresponds to the firing of the DOMContentLoaded event in the browser.
    Requirements
    See Also