kelmelzer

Results 4 issues of kelmelzer

My automation is running in a Citrix Desktop environment, and I don't have access to the registry so this package will not work for me. I can access the version...

help wanted

Here is my exception plus innerException in my code that we're only seeing on one Windows server: ``` 2023-12-18 12:00:25.5390|0|ERROR|XXXXXXXX|System.Net.Http.HttpRequestException: An error occurred while sending the request. System.Net.Http.HttpRequestException: An error...

I think this *should* fix it in Selenium 4.22+, but its untested so far of course. :) ## List of changes Implemented ICommandExecutor's ExecuteAsync(). Moved Execute() code to there and...

## Description Updating to Selenium 4.22 introduces a breaking change due to the additional async method ExecuteAsync() ICommandExecutor interface: https://github.com/SeleniumHQ/selenium/blob/selenium-4.22.0/dotnet/src/webdriver/ICommandExecutor.cs Selenium devs also rewrote several of their current implementations of...