Table of Contents

Interface IWheelSourceAction

Namespace
OpenQA.Selenium.BiDi.Modules.Input
Assembly
WebDriver.dll
[JsonPolymorphic(TypeDiscriminatorPropertyName = "type")]
[JsonDerivedType(typeof(Pause), "pause")]
[JsonDerivedType(typeof(Wheel.Scroll), "scroll")]
public interface IWheelSourceAction : ISourceAction