dotnet-client icon indicating copy to clipboard operation
dotnet-client copied to clipboard

Extension to the official Selenium dotnet webdriver

Results 96 dotnet-client issues
Sort by recently updated
recently updated
newest added

## Description We are trying to run some automated tests for our Xamarin based iOS app using the IOSDriver within Visual Studio for Mac. The error we are getting when...

Here's what I did, I referred the NuGet gallery for the Appium WebDriver 5.0.0-beta01 package and went through the source repository - https://www.nuget.org/packages/Appium.WebDriver/5.0.0-beta01 https://github.com/appium/appium-dotnet-driver When I try to run this...

## Description Hello, on net framework 4.8, after having upgraded to the very last versions of packages: * Appium web driver 4.3.1 * Selenium web driver 4.2.0 When instanciating the...

## Description I am unable to get the Driver to work with openNotifications. It will work with Python. does not contain a definition for openNotification and no accessible extension method...

I see that the last commits, both on `master` and on `release/5.0.0` branches are from October 2021 (by @Dor-bl ), and that the latest pre-release [NuGet package is 5.0.0-beta01](https://www.nuget.org/packages/Appium.WebDriver/5.0.0-beta01) from...

## Description Cannot run tests against BrowserStack's App Automate platform with `v5.0.0-beta01` - the remote session is not started. I am not sure if this is something that BrowserStack will...

## Description I'm confused by the use of generics and interfaces in Appium DotNet driver. I'm trying to keep my appium driver instance generic enough so that i can have...

## Description Got below exception when trying to work with Appium and WinAppDriver on Windows 10. > Message: Class Initialization method UIAutomation.ExcelScenario.ClassInitialize threw exception. OpenQA.Selenium.WebDriverArgumentException: OpenQA.Selenium.WebDriverArgumentException: Bad capabilities. Specify either...

## Description In the current beta (4.0.0.6), Appium provides an `AppiumOptions` class extending `DriverOptions`, but overrides all its behavior in unexpected ways. (From a user perspective) Especially, setting properties of...

Enhancement
Task

## Description [email protected] can not work with https://github.com/microsoft/WinAppDriver directly. The reason is `WinAppDriver` want `app` capability to be set, while `Appium.WebDriver` prefix and makes it `appium:app`. Referace: https://github.com/appium/appium-dotnet-driver/blob/release/5.0.0/src/Appium.Net/Appium/AppiumOptions.cs#L15 To keep...

ThirdParty
W3C
windowsDriver