| Package | Description |
|---|---|
| com.opera.core.systems.mobile |
| Modifier and Type | Method and Description |
|---|---|
static OperaMobileEmulation.Builder |
OperaMobileEmulation.builder()
Returns a new builder.
|
OperaMobileEmulation.Builder |
OperaMobileEmulation.Builder.setHeight(int height)
Sets the height of the screen emulation resolution.
|
OperaMobileEmulation.Builder |
OperaMobileEmulation.Builder.setIME(EmulationProfile.IME ime)
Sets the input mechanism to use for this emulation profile.
|
OperaMobileEmulation.Builder |
OperaMobileEmulation.Builder.setPPI(int ppi)
Sets the pixel density of the device's screen.
|
OperaMobileEmulation.Builder |
OperaMobileEmulation.Builder.setProfileName(String profileName)
Sets this emulation profile's unique description.
|
OperaMobileEmulation.Builder |
OperaMobileEmulation.Builder.setResolution(org.openqa.selenium.Dimension resolution)
Sets the resolution of the emulation profile to the given dimensions.
|
OperaMobileEmulation.Builder |
OperaMobileEmulation.Builder.setResolution(int width,
int height)
Sets the resolution of the emulation profile to the given dimensions by
width
and height. |
OperaMobileEmulation.Builder |
OperaMobileEmulation.Builder.setUserAgent(OperaMobileEmulation.UserAgent userAgent)
Sets the user agent to use for this emulation profile.
|
OperaMobileEmulation.Builder |
OperaMobileEmulation.Builder.setWidth(int width)
Sets the width of the screen emulation resolution.
|
Copyright © 2013. All Rights Reserved.