Jan-Simon Winkelmann

Results 4 comments of Jan-Simon Winkelmann

@wisskid Oh, I never understood the docs that way actually, as it didn't explicitly exclude built in functions, thanks for clarifying that. What we're trying to do here is wrap...

@wisskid great, thanks. We're working on getting rid of most of the inline-templates anyway, it's a massive app though, so you know how that goes ;-)

I'm also affected by this. It appears one has to switch the session to bidirectional mode by setting the following capabilities. ``` webSocketUrl: true unhandledPromptBehavior: "ignore" ``` The webSocketUrl capability...

@GuySartorelli and they are right, it says so in the W3C docs: https://w3c.github.io/webdriver/#user-prompts Looks like it really only affects the beforeunload handling, any other alerts seem to still work when...