Nikolay Borisenko
Nikolay Borisenko
I disagree, at remote end this is one single operation with different parameters. For C# it should be one single method with different parameters. So one method definitely.
> For setting, void SetRectangle(int? x = null, int? y = null, int? width = null, int? height = null) completely satisfies the endpoint needs. +1 for this in case...
Discovering more, and understood it is a mess, like refactoring `INetwork` requires a huge effort. I would like to rework everything, but I should stop somewhere. Thus in this feature...
"One line code" solution for .NET/C#. The primary question would be hoe to test whether an extension is installed successfully. I guess if the command executed without errors, we can...
I propose to understand use case, hidden by the feature request. Opposite opinion would be "why not to keep existing client object, who initiated new session, instead of creating new...
So you want to develop .net application, who can attach to the existing session? And evaluate it? @Dor-bl I walk through selenium code quickly. Only one concern: when client starts...
Probably I am not good engineer, but do you feel the difference between "start OS process" and "use library"?
@SeleniumHQ/selenium-tlc Do we want to see it as implemented?
We are starting test with `IsRetry = true` flag. In previous RP version this test successfully reported. Now, using the latest RP version, API service doesn't accept it with error...
We don't use async reporting. This is one more breaking change on server side. What are recommendations? Fix it somehow on client side?.. Or announce a breaking change, and clients...