Issues when running Automate tests on Safari version 15-17 #28160
Answered
by
grandEL-dsouza
noSpamsPlease
asked this question in
Questions and Help
-
Is anyone facing issues when running Automate tests on safari version 15-17? I have my setup running for Safari version 14 but with the latests version something has changed most the calls are failing. Any insight here would help. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
grandEL-dsouza
Oct 27, 2023
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
noSpamsPlease
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, something in the encoding mechanism seems to have changed.
I have faced an issue where in most of my calls fail with either error 304 or 302
This usually happens if I run my tests on a remote device.
There is an observation however, if I disable the NSURL as seen in this screenshot it works for me:
So there seems to be something with this feature it does not happen on my internal network only occurs on a remote device.
This is likely cause some protocol is breaking or some encoding is failing.
I hope this helps.
Thanks.