Table of Contents

Interface IWheelSourceAction

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