use of functional.tests.core.mobile.element.UIRectangle in project functional-tests by NativeScript.
the class GroceriesItem method elements.
private void elements() {
this.check = new UIRectangle(UIRectangle.extendRectangle(this.rectangle, 30, this.getRectangle().height / 2, 0, 0));
this.text = new UIRectangle(UIRectangle.extendRectangle(this.rectangle, this.getRectangle().width / 2, this.center.y, 0, 0));
this.deleteIcon = new UIRectangle(UIRectangle.extendRectangle(this.rectangle, this.getRectangle().width - 50, this.getRectangle().height / 2, 0, 0));
}
Aggregations