Coder Social home page Coder Social logo

Why appium work so slowly? about dotnet-client HOT 2 CLOSED

appium avatar appium commented on September 15, 2024
Why appium work so slowly?

from dotnet-client.

Comments (2)

TikhomirovSergey avatar TikhomirovSergey commented on September 15, 2024

Hi @Radzhab
Please describe your problem. What operation has performance problem? Which server version are you currently using? Which client version are you currently using? From which server/client version are you facing performance problems? Please describe your environment. It would be nice if you provided a code sample and server output as gists.

from dotnet-client.

Jonahss avatar Jonahss commented on September 15, 2024

@Radzhab Appium is slow for several reasons, but they're all based on the fact that the underlying automation tools for Android and iOS are slow. If you look at the appium source code, it's actually a very thin client wrapped around synchronizing a dozen native processes which automate the phone.

It's also slow because of the Selenium model, where each command and response are sent over http from the test script to the device and back. While this can be the cause of perceived slowness, it's what allows the versatility to support any language, any test methodology, easy CI integration, and live repl-like automation.

If you dig deeper there are optimizations you can perform with your test setup such as using the Android Hierarchy Compression, or Instruments Without Delay on iOS.

from dotnet-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.