Packages

A browser automation tool and interface to the Chrome DevTools Protocol.

Current section

Files

Jump to
chrobot_extra include chrobot_extra@protocol@input_TouchPoint.hrl
Raw

include/chrobot_extra@protocol@input_TouchPoint.hrl

-record(touch_point, {
x :: float(),
y :: float(),
radius_x :: gleam@option:option(float()),
radius_y :: gleam@option:option(float()),
rotation_angle :: gleam@option:option(float()),
force :: gleam@option:option(float()),
tilt_x :: gleam@option:option(float()),
tilt_y :: gleam@option:option(float()),
id :: gleam@option:option(float())
}).