Has anyone been able to use touch actions or other means to zoom in? I’ve tried the following to no avail:
driver.action.zoom(percentage = 200, auto_perform = true).perform
TouchAction.doubleTap(id).perform
driver.action.double_click(x:45, y:100).perform