Appium XPath | How to find locators in Appium |Appium inspector | App Xpath | App Elements Xpath

Поделиться
HTML-код
  • Опубликовано: 10 ноя 2024

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

  • @mwaseem57
    @mwaseem57 2 года назад +1

    ThankYou So much for sharing this knowledge.

  • @nppani7989
    @nppani7989 8 месяцев назад +1

    Very useful video,Thank you for this!

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

    this was really helpful, thanks :)))

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

    Thank you for Sharing the Knowledge and for your efforts. I have a question on Interruption testing. we do manually or write scripts? And also please try to show iOS app testing and Xcode set up.

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

      Thank you so much for your valuable feedback Shwetha
      Yes you should automate as many test scenarios as possible Interruption testing however, you need the right tools and frameworks!

  • @supriyanutte3547
    @supriyanutte3547 2 года назад +1

    Thank u for giving such deep knowledge..It was really useful....keep it up👍

  • @achubala4759
    @achubala4759 2 года назад +1

    wow.. great explanation with complete dedication. Thank you . would be great if you are showing up the framework to do a project as well. your explanation is crystal clear. keep up the good work!😄

    • @BhauAutomationLab
      @BhauAutomationLab  2 года назад +1

      Thanks for your valuable feedback keep watching

    • @achubala4759
      @achubala4759 2 года назад

      😁 Sure. I have watched your complete playlist for appium. Can you please suggest me anyother topics on appium to know ? Please guide me sir.. Currently i am assigned for the Project appium automation.

  • @roydore4283
    @roydore4283 2 года назад

    Great Sir thanks for ur efforts ..👍

  • @albertdora8327
    @albertdora8327 2 года назад

    Thank you for the useful content! I wasn’t aware of this feature before

  • @shailymalviya
    @shailymalviya 2 года назад +1

    Awesome video. please make video cucumber framework with the Generic method.

  • @rushikorhale
    @rushikorhale 2 года назад +1

    NICE SIR

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

    Hi, can you explain about iOS Automation using XCUITest Driver?

  • @sakibtamboli4513
    @sakibtamboli4513 2 года назад

    Just waw

  • @jyoshdairies
    @jyoshdairies 2 года назад

    how to write xpath if the same page having different buttons ,but there is no seperate class for the buttons.how to write xpath for selecting particular button?

    • @BhauAutomationLab
      @BhauAutomationLab  2 года назад

      Try to create with index or share proper details will help you.

  • @cungtohoctiengnhat
    @cungtohoctiengnhat 2 года назад

    can you share document appium xpath ?

  • @strixxadarshgaming7351
    @strixxadarshgaming7351 2 года назад

    Getting NoSuchElementException
    After iterating 30 times in for loop tried using try catch method
    still stops some were in 29-32 iteration .i need do it for 200 iterations

  • @debayanroy6715
    @debayanroy6715 2 года назад

    can you please share the document..

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

    can u share that file ...

  • @adarsh6468
    @adarsh6468 2 года назад

    [W3C (2b7436f1)] Encountered internal error running command: An unknown server-side error occurred while processing the command. Original error: Timed out after 37762ms waiting for the root AccessibilityNodeInfo in the active window. Make sure the active window is not constantly hogging the main UI thread (e.g. the application is being idle long enough), so the accessibility manager could do its work
    hi sir i am getting above error after registering 82 customers details in app but i have to create 200

    • @BhauAutomationLab
      @BhauAutomationLab  2 года назад

      @adarsh plz check and set SDK version properly and re run Thnx

    • @adarsh6468
      @adarsh6468 2 года назад

      @@BhauAutomationLab hi Sir my sdk /build-tools/ 32.0.0 and
      after I have added cap.setCapability("adbExecTimeout",90000);
      now i am getting ths error
      org.openqa.selenium.StaleElementReferenceException: androidx.test.uiautomator.StaleObjectException
      THANK YOU FOR YOUR REPLY