Gets the
IAlert that has not been handled.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
[ObsoleteAttribute("Use the AlertText property to get the alert of an already dismised alert, or use SwitchTo().Alert() to handle an unhandled alert.")]
public IAlert Alert { get; }
[ObsoleteAttribute("Use the AlertText property to get the alert of an already dismised alert, or use SwitchTo().Alert() to handle an unhandled alert.")]
public IAlert Alert { get; }
<ObsoleteAttribute("Use the AlertText property to get the alert of an already dismised alert, or use SwitchTo().Alert() to handle an unhandled alert.")> _
Public ReadOnly Property Alert As IAlert
Get
<ObsoleteAttribute("Use the AlertText property to get the alert of an already dismised alert, or use SwitchTo().Alert() to handle an unhandled alert.")> _
Public ReadOnly Property Alert As IAlert
Get
public:
[ObsoleteAttribute(L"Use the AlertText property to get the alert of an already dismised alert, or use SwitchTo().Alert() to handle an unhandled alert.")]
property IAlert^ Alert {
IAlert^ get ();
}
public:
[ObsoleteAttribute(L"Use the AlertText property to get the alert of an already dismised alert, or use SwitchTo().Alert() to handle an unhandled alert.")]
property IAlert^ Alert {
IAlert^ get ();
}