iOSApp.Screenshot(String) Method

Definition

Takes a screenshot of the app in it's current state. This is used to denote test steps in the Xamarin Test Cloud.

public System.IO.FileInfo Screenshot (string title);
abstract member Screenshot : string -> System.IO.FileInfo
override this.Screenshot : string -> System.IO.FileInfo
Public Function Screenshot (title As String) As FileInfo

Parameters

title
String

The title of screenshot, used as step name.

Returns

The screenshot file.

Implements

Applies to