class Playwright::Mouse::MoveOptions

Included Modules

Defined in:

playwright/mouse.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(steps : Int32 | Nil = nil) #

[View source]

Instance Method Detail

def steps : Int32 | Nil #

defaults to 1. Sends intermediate mousemove events.


[View source]
def steps=(steps : Int32 | Nil) #

defaults to 1. Sends intermediate mousemove events.


[View source]