Skip to content

Commit

Permalink
Add TakesScreenshot to actual capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Abalov authored and Nick Abalov committed Mar 3, 2015
1 parent a6f8563 commit 73efc27
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ internal Capabilities()
this.LaunchTimeout = 10000;
this.DebugConnectToRunningApp = false;
this.InnerPort = 9998;
this.TakesScreenshot = true;
}

#endregion
Expand Down Expand Up @@ -54,6 +55,9 @@ public static string PlatformName
[JsonProperty("launchTimeout")]
public int LaunchTimeout { get; set; }

[JsonProperty("takesScreenshot")]
public bool TakesScreenshot { get; set; }

#endregion

#region Public Methods and Operators
Expand Down

0 comments on commit 73efc27

Please sign in to comment.