class Playwright::Frame::TapOptions::Position

Included Modules

Defined in:

playwright/frame.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x, y) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def x : Int32 #

[View source]
def x=(x : Int32) #

[View source]
def y : Int32 #

[View source]
def y=(y : Int32) #

[View source]