Tab tab = instance.ActiveTab;
// https://chromedevtools.github.io/devtools-protocol/tot/Input/#type-TouchPoint
TouchData data = new TouchData(
x: 400, // X coordinate of the event relative to the main frame's viewport in CSS pixels.
y: 500, // Y coordinate of the event relative to the...