Click or drag to resize
Tesco SW, a.s.

AppDriver Class

Třída pro obsluhu WinAppDriver
Inheritance Hierarchy
SystemObject
  TescoSW.MW.UITests.Common.WinAppDriverAppDriver

Namespace:  TescoSW.MW.UITests.Common.WinAppDriver
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public static class AppDriver

The AppDriver type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberIsRunningWinAppDriver
Ověří jestli pro aktuální assembly běží WinAppDriver
Top
Methods
  NameDescription
Public methodStatic memberClearRunningProcessProperty
Nastaví property runningWinAppDriverProcess na null
Public methodStatic memberRequestStart
Nastartuje WinAppDriver, pokud už neběží.
Public methodStatic memberTerminate
Ukončí WinAppDriver, pokud byl spuštěn.
Top
See Also