Timeout error on safari #2712
Unanswered
Mahad28
asked this question in
Help Needed
Replies: 2 comments
-
|
Hey @Mahad28, can you share the snippet of the code? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@gravityvi cant post that but I can tell you that its running successfully on chrome and edge but giving a timeout error on safari only. I can post my sauce configuration though |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Added safari browser in the configuration file.

For some reason nightwatch gives an error in the last as timeout error
I have configured my conf file as follows
desiredCapabilities: {
browserName: 'Safari',
javascriptEnabled: true,
acceptSslCerts: true,
use_legacy_jsonwire: false,
"sauce:options": {
name: 'test',
screenResolution: '1600x1200'
},
},
Beta Was this translation helpful? Give feedback.
All reactions