DriverUtilitiesCloseAlertAndGetItsText Method |
This method is used to close the Alert/pop-up and get message from the pop-up
Namespace: SeleniumUtilitiesAssembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string CloseAlertAndGetItsText()
Public Shared Function CloseAlertAndGetItsText As String
public:
static String^ CloseAlertAndGetItsText()
static member CloseAlertAndGetItsText : unit -> string
Return Value
Type:
String[Missing <returns> documentation for "M:SeleniumUtilities.DriverUtilities.CloseAlertAndGetItsText"]
See Also