class Playwright::Touchscreen
touchscreen can only be used in browser contexts that have been initialized with ‘hasTouch` set to true.
The Touchscreen class operates in main-frame CSS pixels relative to the top-left corner of the viewport. Methods on the
def tap_point(x, y)
def tap_point(x, y) raise NotImplementedError.new('tap_point is not implemented yet.') end