protected PageElement invisibleElement(int left, int top, int width, int height) {
return new MockedInvisiblePageElement(left, top, width, height);
}
private MockedPageElement absentElement(int left, int top, int width, int height) {
return new MockedAbsentPageElement(left, top, width, height);
}