Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
break: ExecuteAsync() under the hood implementation after bumping to …
…Selenium 4.23 (#804) * Update AppiumDriver.cs * Update AppiumCommandExecutor.cs * Update Appium.Net.csproj * Revert "Update Appium.Net.csproj" This reverts commit bb0308a. * Revert "Update AppiumCommandExecutor.cs" This reverts commit c2ebe40. * bump to selenium 4.23, added executeasync passthrough impl * Revert "Update AppiumDriver.cs" This reverts commit f7854e3. * whoops, missing namespace * fliped around logic for Execute and ExecuteAsync, Execute now passes through to ExecuteAsync * fixed execute and executeasync * Update src/Appium.Net/Appium/Service/AppiumCommandExecutor.cs Co-authored-by: Dor Blayzer <[email protected]> * Update src/Appium.Net/Appium.Net.csproj Co-authored-by: Dor Blayzer <[email protected]> --------- Co-authored-by: Dor Blayzer <[email protected]>
- Loading branch information