Class AppiumServerHelper
Defines a helper class for launching a local Appium server.
Inheritance
System.Object
AppiumServerHelper
Namespace: Legerity.Helpers
Assembly: Legerity.Core.dll
Syntax
public static class AppiumServerHelper : object
Methods
| Improve this Doc View SourceRun()
Loads an instance of the Appium server process.
Declaration
public static void Run()
Exceptions
Type | Condition |
---|---|
AppiumServerLoadFailedException | Thrown when the Appium server fails to load. |
Stop()
Stops the running instance of the WinAppDriver process.
Declaration
public static void Stop()