What's new in Appium 2.x | it's installation | configuration

Поделиться
HTML-код
  • Опубликовано: 11 сен 2022
  • #appium_java_tutorial_qavbox #appium #java-client
    This video will explain the appium server 2.x changes and how to migrate to 2.x and usage.
    Complete tutorial - bit.ly/qav_appiumtutorial
    code base - github.com/sunilpatro1985/App...
    Subscribe to this channel -
    bit.ly/youtube-qavbox
    Blog posts -
    qavalidation.com
    Make me awake & feel fresh always, so I can bring lot's of interesting topics for you all, Buy me a coffee?
    buymeacoffee.com/qavalidation

Комментарии • 21

  • @Tech-eb7vv
    @Tech-eb7vv Год назад

    Great content, Your videos are very helpful

  • @ElumalaiShanmugam
    @ElumalaiShanmugam Месяц назад

    Hi brother,
    I'm getting the below error
    Failed to create session. An unknown server-side error occurred while processing the command. Original error: Unable to launch WebDriverAgent. Original error: xcodebuild failed with code 70. This usually indicates an issue with the local Xcode setup or WebDriverAgent project configuration or the driver-to-platform version mismatch. Consider checking the WebDriverAgent configuration guide for real iOS devices.

  • @rakeshjha6317
    @rakeshjha6317 Год назад +1

    If appium is gonna run through only the command prompt then how to inspect elements in beta 2 version? Earlier we had appium desktop inspector to inspect the element.

    • @qavbox
      @qavbox  Год назад +3

      Good question. for this, appium provided a separate appium inspector utility.
      Stay tuned for the next topic here, uploading sooner!

  • @sherxdavid
    @sherxdavid Год назад

    How did you setup this on your terminal ' info Appium Setting NODE_PATH to /usr/local/lib/node_modules' ? Also im getting an error when doing appium driver list, ive installed using the global asper git hub documentation

    • @qavbox
      @qavbox  Год назад

      We don't need to setup node_path, make sure node and appium is installed properly, you can check if the version returns.. then try appium driver list
      Refer qavalidation.com/2022/09/guide-to-appium-2-x-server-installation-and-changes.html/

    • @sherxdavid
      @sherxdavid Год назад

      Seems its detecting my current 1.22.3 version i cant install side by side with the 1.xx version? My plan was to implement custom plugins from appium for my automation.

  • @EvseevaKris
    @EvseevaKris Год назад

    Hi. In my hidden folder .appium, I did`t have node_modules and any. I have only webdriveragent. What goes wrong?

    • @qavbox
      @qavbox  Год назад

      So after installing appium Android and iOS drivers, you are not able to see the .appium/node-modules/appium driver directory?

  • @MohamedBara-pe4hg
    @MohamedBara-pe4hg Год назад

    Thanks for the awesome content. When I use appium doctor, it says it's is not recognized, any suggestions? Thank you!

    • @qavbox
      @qavbox  Год назад

      You may get this error if the nodejs is not set properly into system variables, follow this stackoverflow.com/questions/29403715/appium-is-not-recognized-as-an-internal-or-external-command-operable-program

  • @user-tl5vz2mv1w
    @user-tl5vz2mv1w 10 месяцев назад

    I did it the same way before but on one mac i can able to see the.appium folder but in other mac .appium folder is not created please suggest on this

    • @qavbox
      @qavbox  10 месяцев назад

      Can you verify the appium is running on other machine?
      If so you can try finding apoium under node-modules directory

  • @technubie
    @technubie Год назад

    Please tell how to handle webview in appium beta and new touch action for swipe and scroll which are depreciated

    • @qavbox
      @qavbox  Год назад +1

      You can refer to these topics for appium 2.0 with latest java-client
      ruclips.net/video/VxbKaje9J3E/видео.html
      ruclips.net/video/qrLE4cLJ0Es/видео.html
      ruclips.net/video/UMeId_u7iqk/видео.html
      ruclips.net/video/M1AFgaunfBQ/видео.html

    • @technubie
      @technubie Год назад

      @@qavbox Sure, thank you

  • @harishk2853
    @harishk2853 9 месяцев назад

    Flutter driver not displayed for me.😢

  • @user-up6be4kf9p
    @user-up6be4kf9p Год назад +1

    sir please provide code to start appium programmatically for 2.0 version it will be really glad if you do so...

    • @qavbox
      @qavbox  Год назад

      github.com/sunilpatro1985/AppiumTest_Java_And_iOS/blob/master/src/main/java/base/AppiumServer.java

  • @vsevolodrudakov5560
    @vsevolodrudakov5560 Год назад

    how do you uninstall Appium 2.0?

    • @qavbox
      @qavbox  Год назад

      If you have installed appium as global package using -g, then you can uninstall using this command - npm uninstall -g appium@next