jimevans

Results 17 comments of jimevans

Unfortunately, moving away from the Bazel implementation is a non-starter. There are parts of the .NET bindings that are written in languages other than C#. As an example, see the...

Given that the .NET bindings are not moving away from Bazel as the build tool, Bazel will need to support VS 2022 before this can be done properly. As of...

Until this or a similar approach is adopted and released by the Appium .NET bindings project, Appium cannot be used with the 4.0 alpha and later releases of the Selenium...

@lopukhDA What happens if you use `await networkInterceptor.StartMonitoring();` instead of using it without the `await` as you've done here?

@lopukhDA I absolutely cannot reproduce your issue in my environment, even copying and pasting your code into a new project. The only differences are that I'm using 4.1.0 of the...

Can you try the same experiment using .NET 5 as the framework version to see if itโ€™s an issue inside .NET? Thatโ€™s not a solution, or even a workaround, Iโ€™m...

I would oppose this proposal. It's possible to use the Execute JavaScript command to update local storage; it's a historical anomaly that the end point was added to the JSON...

IIRC, there are some cases where using XPath outside of a shadow root will pierce into a shadow root to access elements (that's IIRC, and I may not be "recalling...

A shadow root may not be the same as an element, but it most certainly is analogous* to a document, from which one can also find an element. I stand...

If I pass `--host localhost`, yes it also resolves the issue. I suppose the .NET bindings should simply do this all the time to work around this issue. I vehemently...