iOSApp.Screenshot(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.