DriverUtilitiesIsAlertPresent Method |
This method is used to check if the Alert/Pop-up is present
Namespace: SeleniumUtilitiesAssembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool IsAlertPresent()
Public Shared Function IsAlertPresent As Boolean
public:
static bool IsAlertPresent()
static member IsAlertPresent : unit -> bool
Return Value
Type:
Boolean[Missing <returns> documentation for "M:SeleniumUtilities.DriverUtilities.IsAlertPresent"]
See Also