Automation

Namespace: WellFired.Guacamole.Automation

Implements: WellFired.Guacamole.Automation.IAutomation

Description

Public Methods

IApplication LaunchWith ( Func< IApplication > launch )
async Task Click ( string viewId )
async Task Type ( string viewId, char key )
async Task Type ( string viewId, string message )

Breakdown

  • async Task Click ( string viewId )
  • async Task Type ( string viewId, char key )
  • async Task Type ( string viewId, string message )