Skip to content

Commit

Permalink
Making TouchActions spec compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Apr 11, 2019
1 parent 936d231 commit b4bc896
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 680 deletions.
53 changes: 0 additions & 53 deletions dotnet/src/webdriver/Interactions/CompositeAction.cs

This file was deleted.

51 changes: 0 additions & 51 deletions dotnet/src/webdriver/Interactions/DoubleTapAction.cs

This file was deleted.

84 changes: 0 additions & 84 deletions dotnet/src/webdriver/Interactions/FlickAction.cs

This file was deleted.

51 changes: 0 additions & 51 deletions dotnet/src/webdriver/Interactions/LongPressAction.cs

This file was deleted.

5 changes: 5 additions & 0 deletions dotnet/src/webdriver/Interactions/PointerInputDevice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ public enum PointerKind
/// </summary>
public enum MouseButton
{
/// <summary>
/// This button is used for signifying touch actions.
/// </summary>
Touch = 0,

/// <summary>
/// The button used is the primary button.
/// </summary>
Expand Down
52 changes: 0 additions & 52 deletions dotnet/src/webdriver/Interactions/ScreenMoveAction.cs

This file was deleted.

52 changes: 0 additions & 52 deletions dotnet/src/webdriver/Interactions/ScreenPressAction.cs

This file was deleted.

0 comments on commit b4bc896

Please sign in to comment.