About 2,550,000 results
Open links in new tab
  1. How to extract android jetpack compose testTags in appium?

    Dec 26, 2022 · My team is looking to do automated functional testing. Once our developers started using jetpack compose, we lost most of our selectors. I try to extract the testTags provided by compose. …

  2. c# - How to Use Appium and Playwright to do UI Tests for .NET MAUI ...

    Sep 6, 2024 · How to Use Appium and Playwright to do UI Tests for .NET MAUI Blazor Hybrid Apps Asked 1 year, 3 months ago Modified 1 year, 3 months ago Viewed 1k times

  3. .Net maui C# Markup AutomationID for UI Testing

    Apr 29, 2025 · c# .net maui appium maui-markup-community-toolkit asked Apr 29, 2025 at 14:04 Martin Zazvorka 91 9

  4. How to integrate Appium with C#? - Stack Overflow

    Feb 20, 2015 · Appium provides the dotnet-appium-driver which is your API to interface with Appium. You can use that to write your app automation. You did not provide any example here nor code, so I …

  5. android - Enter "Enter key" in Appium Testing - Stack Overflow

    Aug 8, 2017 · How to send/press Enter key from soft keyboard in Appium in Android Automation testing? I tried several options, but none of them are working - instead of pressing the key, they are clearing …

  6. How to achieve Appium testing automation for an Android app in an …

    May 20, 2023 · We have an issue performing automation testing with Appium (Android app) through a pipeline in Azure Devops. We are trying to create an emulator to run our apk but its behaviour seems …

  7. .net - How to test a WPF user interface? - Stack Overflow

    Sep 12, 2008 · Because the Coded UI framework expires after Visual Studio version 2019 (Deprecated Coded UI), Microsoft recommends Appium with WinAppDriver for testing Windows applications …

  8. How to automate flutter based app using appium? is there any …

    Jan 16, 2023 · 0 If you are using Appium's traditional UiAutomator2 or XCUITest driver to find the UI elements of a Flutter-based app, then you may have issues finding the element using its attributes. …

  9. Appium vs Espresso for automated testing framework

    Feb 24, 2016 · For last few weeks, I was using Appium(python) for android testing but yesterday we have decided to shift to Expresso(Java) for automated testing. There are couple of reasons why we …

  10. appium with JS testing, tap by coordinates doesn't work

    Oct 18, 2022 · Basically I'm testing an iOS app on the simulator, wrote in react-native, using appium with XCUITest and webriver. I noticed I couldn't reach through locators "next" and …