Class MoveOptions
- Namespace
- PuppeteerSharp.Input
- Assembly
- PuppeteerSharp.dll
options to use MoveAsync(decimal, decimal, MoveOptions).
public class MoveOptions
- Inheritance
-
MoveOptions
Properties
Steps
Sends intermediate mousemove
events. Defaults to 1.
public int Steps { get; set; }