You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just use the following code:
_ = proto.EmulationSetEmitTouchEventsForMouse{
Enabled: true,
Configuration: proto.EmulationSetEmitTouchEventsForMouseConfigurationMobile,
}.Call(page)
All mouse events below will be invalid and will be blocked
Rod Version: v0.116.2
system windows 11
Just use the following code:
_ = proto.EmulationSetEmitTouchEventsForMouse{
Enabled: true,
Configuration: proto.EmulationSetEmitTouchEventsForMouseConfigurationMobile,
}.Call(page)
All mouse events below will be invalid and will be blocked
page.Mouse.MustDown(proto.InputMouseButtonLeft)
page.Mouse.MustMoveTo(curentX, curentY) //移动轨迹
The text was updated successfully, but these errors were encountered: