OnWebDownloadFinished Event

Applies to TestComplete 15.63, last modified on April 10, 2024

Occurs when the downloading of a web page is completed, halted or failed.

Declaration

OnWebDownloadFinished(SenderWebBrowser) Parameters
Sender [in] Required Variant
WebBrowser [in] Required A WebBrowser object

Description

This event occurs when the downloading of a web page is completed, halted or failed.

Use this event to perform specific actions when the web browser finishes the downloading of a page or a frame.

This event is fired only for the Internet Explorer web browser and web browsers based on the Microsoft WebBrowser control. It does not occur for the other supported browsers.

Parameters

The event has the following parameters:

Sender

The Event control that processes the event.

WebBrowser

A reference to the WebBrowser object used to display the page.

Remarks

For information on how to create an event handler for this and other TestComplete events, see Handling Events.

See Also

Classic Web Testing
OnWebBeforeNavigate Event
OnWebPageDownloaded Event
OnWebDownloadStarted Event
OnWebQuit Event
Page Object
Handling Events
Event Control

Highlight search results