-
https://github.com/SeleniumHQ/selenium/blob/886cdf5397481ebebe02310b8b3aa07f374695ef/dotnet/src/webdriver/Interactions/PointerInputDevice.cs#L74C5-L74C5
`MouseButton` enum contains `Touch` member, …
-
Current EasyRepro project is based on .Net Framework and it should be more useful to have .Net core support as most of the future test projects will be in .Net Core . Getting many functional issues l…
-
```
System.InvalidOperationException: unknown error: unable to discover open pages
(Driver info: chromedriver=2.8.241075,platform=Windows NT 6.1 x86)
at OpenQA.Selenium.Remote.RemoteWebDriver.Unp…
-
```
System.InvalidOperationException: unknown error: unable to discover open pages
(Driver info: chromedriver=2.8.241075,platform=Windows NT 6.1 x86)
at OpenQA.Selenium.Remote.RemoteWebDriver.Unp…
-
### What happened?
Using the same instance of `ChromeDriverService` to construct a second `ChromeDriver` instance after a first has been disposed causes a `chromedriver.exe` process to remain runni…
-
## Description
Real Device tests started failing after upgrade to Appium dotnet client 5.1.0 and Selenium 4.23.0 on Saturday 10/08 on SauceLabs.
## Environment
* .NET client build version or …
agray updated
2 months ago
-
### Feature and motivation
Any consumer of Selenium library in .NET cannot use it within publishing his application as [Native AOT Deployment](https://learn.microsoft.com/en-us/dotnet/core/deployin…
-
I am doing some research on using Playwright with the testing service and was not able to find answers to a couple questions.
Using dotnet, C#, & xUnit, connecting using a bearer token to the Azure …
-
```
What steps will reproduce the problem?
1. Create VS 2010 Project
2. Add references to all Selenium C# Client Drivers
3. Add reference to Silvernium-1.1.dll
4. Add the following code to Main: selen…
-
I was trying out the Appium 5.0.0 Beta01. My capabilities/options looked like this:
```C#
var options = new AppiumOptions();
options.AddAdditionalCapability("app", "root…