Automate Android hybrid mobile apps using appium | identify using appium inspector

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024
  • #appium_java_tutorial_qavbox #appium #java-client #mobiletesting #hybridapp #automationtesting #appiuminspector #android
    This video will explain how to handle Android hybrid mobile application, identifying using appium inspector, switching context in between NATIVE_APP & WEB-VIEW.
    Appium command with chromedriver auto download -
    appium --allow-insecure chromedriver_autodownload
    Reference - appium.io/docs...
    Complete tutorial - bit.ly/qav_app...
    code base - github.com/sun...
    Subscribe to this channel -
    bit.ly/youtube...
    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.co...

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

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

    What if I want to do automation testing of my flutter application's debug.apk whether I have to use all of your code for switching from flutter native to web or browser. Pls explain

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

      Yes that should work, but I haven't tried with flutter app, are you using appium flutter driver?

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

      Yes it is working fine.
      I want to concentrate only on app3 and chrome

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

      Just want to use your code which is necessary ans reduce the code

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

    Desktop browser for web view automation ? How to launch desktop browser and how to do automation testing?

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

      For desktop browsers, you can use selenium instead of appium

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

      Now I am able to launch Appium inspector for chrome and also switch to web/ hybrid APP mode.
      thank you

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

      But sometimes I am seeing errors with the capabilities

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

      In first screen Native App screen
      Create your account
      Sign In
      Second screen webview (browser) mode
      Email address
      Password
      SIGN IN button
      Third screen
      App Main page or update password page(url) after successful login or SIGN IN

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

    How to automate Flutter app by switching to web browser using Flutter driver and appium

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

    Hi qavbox,your videos are really useful. Thanks for great support I'm using Appium Java client 8.5.1 in page object model. I noticed it's throwing "invalid CSS selector" error message if I use @AndroidFindBy annotations.if I use @findBy it's working fine for same locator. Any suggestions for this please as I have to use android annotations as I have to use this automation for cross platform testing.

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

      For @AndroidFindBy can you try AppiumBy instead of By and give it a try.

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

      @@qavbox thanks lot for reply. Can you show me sample?

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

    sourcecode?

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

    I have successfully followed your videos and able to switch to webview. I want to do automation tsting for one particular situation ie Please help me with source code for the following situation
    My main motive is to click on Sign In button provided second in the list after Create Account in the First screen
    ie
    Create your account. F I R S T S C R E E N
    Sign In. (N A T I V E)
    Email address
    SECOND SCREEN

    (web view)
    Password
    SGN IN
    App Main Page. THIRD SCREEN
    then it switches to WebView or the browser (my public url) , then Again Two fields with Email address and Password are shown in the Second screen and I (user) has to SIGN IN with the correct login credentials , then it should come back Switch back to my main application in the Third Screen

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

      Why my appium inspector for chrome is not working I mean it is showing Get// error or not showing Native to Web Option etc

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

      @qavbox Why my appium inspector for chrome is not working I mean it is showing Get// error or not showing Native to Web Option etc