Skip to content

Commit

Permalink
Clean-up per review.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaboatman committed Aug 7, 2023
1 parent b31b6ce commit adb1f0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/actions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -448,8 +448,10 @@ impl From<WheelActions> for ActionSequence {
/// See [15.4.4 Wheel Actions](https://www.w3.org/TR/webdriver/#wheel-actions) of the
/// WebDriver standard.
#[derive(Debug, Clone)]
#[non_exhaustive]
pub enum WheelAction {
/// Pause action.
///
/// Useful for adding pauses between other key actions.
Pause {
/// The pause duration, given in milliseconds.
Expand Down

0 comments on commit adb1f0c

Please sign in to comment.