-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Safari issues #406
Comments
I probably should mention that I'm running this from Ubuntu and over https (although I'm almost sure I tried with http as well) ... I will play around a little with all route stuff when I get home. |
I'm able to reproduce about 0.1% of the time with safari, which is making this a little tricky to debug. But it's a start... |
@juliemr sorry for the late reply. Was a hell of a week ;) Actually the error won't occur, if I use http instead of https. I will debug this further and let you know what I find out. |
Well I'm not sure whats going on. From sauce I get the following message:
The url including the hash is displayed correctly in the address-bar when I'm watching the test-session live, but angulars route doesn't seem to be triggered (not the default view nor the specified one). When I dont watch the test-session and just access it afterwards from the sauce backend only about:blank is shown in the address bar. These are the commands which get exectued:
And this is the selenium log:
Please let me know, if I could provide some more information. |
This is definitely related to routing somehow. When I comment out any occurrences of |
Hi - I was running into this problem too and upgraded to 0.17.0 for this fix. While it does seem to fix the page unload event error, I am now intermittently running into the following issue:
It seems that if the server is not quick enough to respond to the get request, the timeout will trigger. I tried increasing the timeout (to 1000) and that made everything work. Is there any chance that you can increase that timeout, or make it configurable somehow? |
When running safari (doesn't matter, if via sauce or via selenium grid), I keep encountering the following error (lib/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver/promise.js:1549):
Is this a bug of the webddriver or does this have something to do with protractor?
The text was updated successfully, but these errors were encountered: