Michał Gołębiowski-Owczarek

Results 875 comments of Michał Gołębiowski-Owczarek

Ah, I think I'll report a separate bug because yours was about Chrome and it works fine for me.

Reported bug #111 about the Safari issue.

Thanks. Yes, I'm using Jasmine so I'll try it, the `browserDisconnectTolerance` setting also seems promising. I'm not sure about the timeout since IE11 fails on these tests after non-consistent amount...

One concern with using safaridriver is that the window is not interactive so you cannot click Debug, open the inspector etc. That may sometimes be necessary so I wonder if...

@dignifiedquire Any chance of merging this?

@dignifiedquire Could you merge the PR?

> I'd prefer to share this with @mgol if he's +1 and has the bandwidth I'm not able to commit to a timely feedback to issues but at least looking...

From [my tests](http://jsbin.com/vowuru/edit?html,css,js), the stringification: ``` `function Array() { [native code] }` ``` is used by Chrome, Edge & the old Android Browser (4.1-4.3) while the one: ``` `function Array()...

Also, do you have examples of native functions that either don't specify `IdentifiedName` or provide a non-empty `FormalParameters` list?