class Playwright::Mouse::DownOptions
- Playwright::Mouse::DownOptions
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
playwright/mouse.crConstructors
- .new(pull : JSON::PullParser)
- .new(button : Playwright::Mouse::Button | Nil = nil, click_count : Int32 | Nil = nil)
Instance Method Summary
-
#button : Button | Nil
Defaults to
left
. -
#button=(button : Button | Nil)
Defaults to
left
. -
#click_count : Int32 | Nil
defaults to 1.
-
#click_count=(click_count : Int32 | Nil)
defaults to 1.