ExcelDriver.GetBashedPopups Method

Definition

Gets the PopupMessage objects that represent the message boxes that the pop-up blocker dismissed, and clears the internal list of messages.

public Microsoft.Hpc.Excel.PopupMessage[] GetBashedPopups ();
member this.GetBashedPopups : unit -> Microsoft.Hpc.Excel.PopupMessage[]
Public Function GetBashedPopups () As PopupMessage()

Returns

An array of PopupMessage objects that represent the message boxes that the pop-up blocker dismissed.

Applies to