Skip to content

Tags: Dor-bl/dotnet-client

Tags

v5.0.0-rc.1

Toggle v5.0.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add directConnect feature (appium#627)

* add idea based on 5.0.0

* ok proto

* define a class

* add AppiumClientConfig

* add tests

* add more drivers

* extract as a private method

* fix type

* tweak comment

* Update DirectConnect.cs

* Update AppiumCommandExecutor.cs

v4.4.5

Toggle v4.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: Add deploy NuGet package badge (appium#609)

* docs: Add deploy NuGet package badge

* Update README.md

v5.0.0-beta04

Toggle v5.0.0-beta04's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release nuget yml (#41)

* Add support for beta release

* Fix else if

* Update release-nuget.yml

v5.0.0-beta03

Toggle v5.0.0-beta03's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: removed some warnings from build logs (appium#575)

v5.0.0-beta02

Toggle v5.0.0-beta02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add validations to 'CanToggleData' Test (appium#528)

v4.4.0

Toggle v4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Typo fix on Readme.md (appium#538)

Found a small typo

v4.3.2

Toggle v4.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: dummy commit for Newtonsoft.Json update in appium#500 (appium#502)

v5.0.0-beta01

Toggle v5.0.0-beta01's commit message
Merge branch 'release/5.0.0' of https://github.com/appium/appium-dotn…

…et-driver into release/5.0.0

v5.0.0-alpha2

Toggle v5.0.0-alpha2's commit message
test: selendroidTestApp cleanUp - removed Selendroid related tests (a…

…ppium#474)

v5.0.0alpha

Toggle v5.0.0alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor: Update to work with Selenium 4 (with element factory) (appi…

…um#469)

* Add most fixes

* Get proect to build

* Use new platform setting  more consistantly

* Get WinAppTests kind of working

* Drop one off web elements
Add 'App' as a known capablity
Transition from AddAdditionalCapability to AddAdditionalOption

* Use Selenium 4 RC2 and remove extra using statements

* Cleanup mobile selectors and image compare test

* Fix mobile By bug

* Undo local test code

* Address PR comments

* Add back IdempotencyHeader

* PR related cleanup

* Update to latest Selenium RC

* Update PageObjects code to work with new Element and driver paradigm
Update tests to leverage configuration DeviceName and AddAdditionalAppiumOption

* Work with web element factory

* Update to work with upcoming RC4

* Move to official release as there will be no RC4

* Update copyright

* Put Newtonsoft back

* Use ternary operator

* Remove outdated using statements