Nightwatch tests hanged after waiting for element error when using chromedriver and a proxy #2629
Unanswered
vdokkupalle-ebsco
asked this question in
Help Needed
Replies: 1 comment 1 reply
-
I can try, but can you post a verbose log of the error you're seeing? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I am running nightwatch tests on chromedriver and I am using a proxy. The proxy is implemented using 'http-mitm-proxy' library. The tests are working fine but when it encountered any error for wait for element it is not proceeding to next line.
The chromedriver and it's proxy are setup in config file like this:
Can anyone help me to debug this issue?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions