public interface EmulationProfile
| Modifier and Type | Interface and Description |
|---|---|
static class |
EmulationProfile.IME |
| Modifier and Type | Method and Description |
|---|---|
EmulationProfile.IME |
getIME()
Gets the input mechanism of this profile.
|
int |
getPPI()
Gets the pixel density of the device's screen.
|
String |
getProfileName()
Gets a unique name describing the emulation profile.
|
org.openqa.selenium.Dimension |
getResolution()
Gets the resolution of the device's screen.
|
String |
getUserAgent()
Gets the user agent string.
|
String getProfileName()
org.openqa.selenium.Dimension getResolution()
int getPPI()
EmulationProfile.IME getIME()
String getUserAgent()
Copyright © 2012. All Rights Reserved.