iOSDevice Class
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.
Runtime information and control of device.
public class iOSDevice : Xamarin.UITest.IDevice
type iOSDevice = class
interface IDevice
Public Class iOSDevice
Implements IDevice
- Inheritance
-
iOSDevice
- Implements
Properties
DeviceIdentifier |
The identifier of the device. |
DeviceUri |
The uri of the device. |
IsPhone |
Whether the current test is running on a phone. |
IsSimulator |
Whether the current test is running on a simulator. |
IsTablet |
Whether the current test is running on a tablet. |
OSVersion |
What iOS version is running on the device/simulator |
Methods
SetLocation(Double, Double) |
Change GPS location of the device. |