Skip to content

Commit

Permalink
Reset default
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Jan 17, 2025
1 parent 3515493 commit f02eddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebDriverAgentLib/Utilities/FBConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ + (void)resetSessionSettings
FBWaitForIdleTimeout = 10.;
FBAnimationCoolOffTimeout = 2.;
// 60 should be enough for the majority of the cases. The performance is acceptable for values up to 100.
FBSetCustomParameterForElementSnapshot(FBSnapshotMaxDepthKey, @60);
FBSetCustomParameterForElementSnapshot(FBSnapshotMaxDepthKey, @50);
FBUseClearTextShortcut = YES;
#if !TARGET_OS_TV
FBScreenshotOrientation = UIInterfaceOrientationUnknown;
Expand Down

0 comments on commit f02eddd

Please sign in to comment.