Namespace Legerity.Exceptions
Classes
AppiumServerLoadFailedException
Defines an exception for when the Appium sever could not be loaded.
DriverLoadFailedException
Defines an exception thrown if the Appium driver fails to load the requested application.
DriverNotInitializedException
Defines an exception thrown when an attempt is made to access a driver which has not been initialized.
ElementNotShownException
Defines an exception for when an element is not shown.
ElementShownException
Defines an exception for when an element is shown when it shouldn't be.
ElementsNotShownException
Defines an exception for when expected elements are not shown.
PageNotShownException
Defines an exception for when a page is not shown.