-
Home
-
API
-
Avalonia.HeadlessTestingFramework.Appium
-
NoSuchElementException
-
Constructors
-
NoSuchElementException(String, By?)
NoSuchElementException(String, By?) Constructor
Definition
Creates a new NoSuchElementException.
public NoSuchElementException(string message, By? locator = null)
Parameters
- message
- String
The error message.
- locator
- By
The locator that failed.