row("my-object-123 @ (0,0,-1,-1) css #qwe", "my-object-123", new Locator("css", "#qwe").withCorrections(simpleCorrectionRect(0, 0, -1, -1))),
row("my-object-123 @(10, 20, +5, +30) css #qwe", "my-object-123", new Locator("css", "#qwe").withCorrections(simpleCorrectionRect(10, 20, 5, 30))),
row("my-object-123 @ ( 0 , 0 , 4, -5 ) css #qwe", "my-object-123", new Locator("css", "#qwe").withCorrections(simpleCorrectionRect(0, 0, 4, -5))),
row("my-object-123 @ ( 0 , 0 , =40, =30 ) css #qwe", "my-object-123",
new Locator("css", "#qwe").withCorrections(
new CorrectionsRect(new CorrectionsRect.Correction(0, CorrectionsRect.Type.PLUS),
new CorrectionsRect.Correction(0, CorrectionsRect.Type.PLUS),
new CorrectionsRect.Correction(40, CorrectionsRect.Type.EQUALS),
new CorrectionsRect.Correction(30, CorrectionsRect.Type.EQUALS)))),
};
}