IAlert
Text Property
WebDriver
Gets the text of the alert.
Namespace:
OpenQA.Selenium
Assembly:
WebDriver
(in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
string
Text
{
get
; }
string Text { get; }
ReadOnly
Property
Text
As
String
Get
ReadOnly Property Text As String Get
property
String
^
Text
{
String
^
get
(); }
property String^ Text { String^ get (); }
See Also
IAlert Interface
IAlert Members
OpenQA.Selenium Namespace