Nic Champagne Williamson [MSFT]

Results 305 comments of Nic Champagne Williamson [MSFT]

Or perhaps it's something that corrupts the runtime itself on those machines. Is there an antivirus running that could be interfering with those runtimes?

> If I download a new runtime cab and deploy that to his laptop, it will work again. Yes - multiple apps can use the same runtime. If they are...

That could maybe be what's happening, although I would be surprised. I've added this bug to our backlog so we can take a closer look.

Thanks @Gnbrkm41 - this is partly captured in #41, but this issue is more clear and specific so I'll tie it to our existing scenario.

It hasn't been abandoned, and is in the top third of our feature requests in terms of priority.

Can you share some more details about your scenario/code? Are you doing this entirely on the javascript side? Does you code work in the browser (not in a webview)?

A quirk of ExecuteScript (and the underlying CDP call) is that objects are often just returned as "{}". Try wrapping your return value in a .toString().

We're tracking improvements here as part of #105.

Ah, I understand now. We don't currently support async function results in ExecuteScript. It looks like there's a path forwards for implementing support there, so I'll open a feature request...