public class ContentSize extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
height |
int |
left |
int |
scrollableOffset |
int |
top |
int |
touchPadding |
int |
width |
| Constructor and Description |
|---|
ContentSize() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
int |
getLeft() |
int |
getScrollableOffset() |
int |
getScrollContentHeight() |
int |
getTop() |
int |
getTouchPadding() |
int |
getWidth() |
void |
setDriver(io.appium.java_client.AppiumDriver driver) |
String |
toString() |
public int height
public int width
public int top
public int left
public int scrollableOffset
public int touchPadding
public void setDriver(io.appium.java_client.AppiumDriver driver)
public int getScrollContentHeight()
public int getHeight()
public int getWidth()
public int getTop()
public int getLeft()
public int getScrollableOffset()
public int getTouchPadding()
Copyright © 2022. All rights reserved.