Capabilities - 2gis/Winium.Desktop GitHub Wiki

Table of Contents

app

The absolute local path to an .exe file to be started. Note that this capability is not required if debugConnectToRunningApp is specified.

e.g., C:\test\app.exe


args

Sets the set of command-line arguments to use when starting the application.

e.g., -port 345 -name jora


launchDelay

Launch delay in milliseconds, to be waited to let visuals to initialize after application started.

e.g., 0 (default)


debugConnectToRunningApp

If true, then application starting step are skipped.

e.g., true or false (default)


keyboardSimulator

Keyboard simulator type.

e.g., BasedOnWindowsFormsSendKeysClass or BasedOnInputSimulatorLib (default)