Class InAppNotification
Defines a
Inherited Members
Namespace: Legerity.Windows.Elements.WCT
Assembly: Legerity.WCT.dll
Syntax
public class InAppNotification : WindowsElementWrapper
Constructors
| Improve this Doc View SourceInAppNotification(WindowsElement)
Initializes a new instance of the In
Declaration
public InAppNotification(WindowsElement element)
Parameters
Type | Name | Description |
---|---|---|
Windows |
element | The |
Properties
| Improve this Doc View SourceDismissButton
Gets the dismiss button.
Declaration
public virtual Button DismissButton { get; }
Property Value
Type | Description |
---|---|
Button |
Message
Gets the message displayed.
Note, this only works if the Content is based on a
Declaration
public virtual string Message { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceDismiss()
Dismissed the in-app notification.
Declaration
public virtual void Dismiss()
Operators
| Improve this Doc View SourceImplicit(AppiumWebElement to InAppNotification)
Allows conversion of a
Declaration
public static implicit operator InAppNotification(AppiumWebElement element)
Parameters
Type | Name | Description |
---|---|---|
Appium |
element | The |
Returns
Type | Description |
---|---|
In |
The In |
Implicit(RemoteWebElement to InAppNotification)
Allows conversion of a
Declaration
public static implicit operator InAppNotification(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
Remote |
element | The |
Returns
Type | Description |
---|---|
In |
The In |
Implicit(WindowsElement to InAppNotification)
Allows conversion of a
Declaration
public static implicit operator InAppNotification(WindowsElement element)
Parameters
Type | Name | Description |
---|---|---|
Windows |
element | The |
Returns
Type | Description |
---|---|
In |
The In |