Michael Giambalvo
Michael Giambalvo
Also seeing this
Sorry this has been sitting so long! If you rebase I'll get it in, thanks.
There are various issues talking about Firefox that are somewhat out of date or confusing, so I thought I'd collect the latest info in a new issue. Protractor 5.1.1 requires...
That's correct. And Protractor does currently work with selenium-webdriver 3.3.0. However, the tricky part is bringing all the typings up to date. Unfortunately, we don't really have the time to...
If you update to the latest selenium and typings, tsc compiles without errors, and `npm test` passes then it should be good.
Thanks for laying out the issues in detail, @seanmay. As you can see, it's a lot of work, and unfortunately some of it is just updating types for Jasmine and...
Having this issue in v80 - it happens about 25% of the time when I navigate to a page that does a redirect. Anyone have a workaround? Catching the error...
Well, that's not good.
So, the root issue with Safari is "[window.name leaks information across domains](https://trac.webkit.org/changeset/209076/webkit/trunk/Source)". Which is true, this is the exact property that Protractor exploits to tell Angular that it's in an...