C# Class Automobile.Mobile.iOS.Automation.iOSDevice

Inheritance: Automobile.Mobile.Framework.Device.MobileDevice
Show file Open project: vistaprint/automobile Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
TakeScreenshot ( ) : byte[]

Takes the screenshot.

iOSDevice ( UIDevice device, UIWebView webView, ConnectionType connType, string connString ) : System

Method Details

TakeScreenshot() public method

Takes the screenshot.
public TakeScreenshot ( ) : byte[]
return byte[]

iOSDevice() public method

public iOSDevice ( UIDevice device, UIWebView webView, ConnectionType connType, string connString ) : System
device UIDevice
webView UIWebView
connType ConnectionType
connString string
return System