return builder.toString();
}
public void flickInsideWithOptions(int touchCount, UIAPoint startOffset, UIAPoint endOffset) {
WebDriverLikeRequest request = buildRequest(WebDriverLikeCommand.FLICK_INSIDE_WITH_OPTIONS,
ImmutableMap.of("touchCount", touchCount, "xstart",
startOffset.getX(), "ystart",
startOffset.getY(),
"xend", endOffset.getX(), "yend",
endOffset.getY()));