Skip to content

Commit

Permalink
includes mjpegScalingFactor as xcuitest-driver settings (appium#983)
Browse files Browse the repository at this point in the history
* includes mjpegScalingFactor as xcuitest-driver settings
  • Loading branch information
KazuCocoa authored Jun 14, 2019
1 parent 4b7e702 commit 570d251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const DEFAULT_SETTINGS = {
mjpegServerScreenshotQuality: 25,
mjpegServerFramerate: 10,
screenshotQuality: 1,
mjpegScalingFactor: 100,
};
// This lock assures, that each driver session does not
// affect shared resources of the other parallel sessions
Expand Down

0 comments on commit 570d251

Please sign in to comment.