Skip to content

Commit 9f91725

Browse files
committed
Add handled exception message to retry driver start for driver download failures
1 parent 9f338d9 commit 9f91725

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Aquality.Appium.Mobile/src/Aquality.Appium.Mobile/Applications/ApplicationFactory.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ protected class CustomActionRetrier : ActionRetrier
5555
"socket hang up",
5656
"stream was destroyed",
5757
"invalid or unrecognized response",
58-
"has been expired"
58+
"has been expired",
59+
"unknown server-side error"
5960
};
6061

6162
public CustomActionRetrier()

0 commit comments

Comments
 (0)