-
### What happened?
![image](https://github.com/user-attachments/assets/c0178917-3e25-456f-99ae-0e4216a5105c)
### How can we reproduce the issue?
```shell
https://www.selenium.dev/selenium/ā¦
-
### What happened?
Before the source-generated JSON serializer was introduced, anonymous types would serialize correctly. Now, an exception is thrown.
It's worth noting that there is nothing theā¦
-
### Feature and motivation
Currently, the Selenium Manager binaries are shipped within the bindings. Maybe we can release it as a separate artifact with each release of Selenium, for standalone usageā¦
-
Instruction example in case of our SpecFlow-based template:
1) Add CustomBrowserFactory
2) Add respective nuget package of driver e.g. Selenium.WebDriver.ChromeDriver
3) Add hook to be executed beā¦
-
Sometimes tests are failing because the build server is too slow/fast e.g. https://github.com/yashaka/NSelene/actions/runs/10847342249/job/30102217890?pr=103
> Failed DoubleClick_Waits_For_NoOverā¦
-
The Page factory function that existed in Appium dotnet-Client has been removed.
https://github.com/appium/dotnet-client/pull/472/commits/6294052fbe38e1a4f6bfda61312326e397ed8e2#diff-a7defabfd952cfā¦
-
I tried following directions in the documentation to install the templates and get this error. All I did was install the [latest .NET SDK](https://dotnet.microsoft.com/en-us/download) and then run theā¦
-
I need to set AssemblyVersion on the libraries we are building. Actually, three attributes:
[assembly: AssemblyVersion("blah")]
[assembly: AssemblyFileVersion("blahā¦
-
```
Issue Description:
Sometimes driver.manage().window().maximize() will hang.
Steps to reproduce (if relevant, you MUST provide a simplified html page or
link to public site):
No page required. Jusā¦
-
Hi, @dotnet
It does work with `dotnet run` in my VM/Debian 9. But It can be running with `docker run -v /example/mysource/:/source etc... microsoft/aspnetcore-build:1.0-2.0 ...` with the docker imaā¦