Part 6 | Gesture in Appium | Tap | Perform Tap on Mobile | Sequence |

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • github.com/amu...
    Github: github.com/amu...
    Ad free videos : www.testingmin...
    Telegram group link : Ask your doubts directly to me
    t.me/+B9gWYBJU...
    Api testing resources:
    drive.google.c...
    Docker playlist
    • Selenium Framework - P...
    Selenium Automation Framework Playlist
    • Selenium Framework wit...
    Extent Report 5.0.5 Playlist
    • Extent Reports Latest ...
    SDET Package Playlist
    • Selenium Framework - P...

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

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

    Amuthan! You have clearly made us understand the Tap Operation in a very simple and easy way.
    Kudos to you 🎉

  • @abiramis7162
    @abiramis7162 10 месяцев назад +1

    Hi Amuthan, Thanks a lottt for this vedeo!!

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

    Unlike Swipe & Scroll, Tap action is easy to understand.
    Please cover drag & drop also

  • @nigelmulholland1601
    @nigelmulholland1601 5 месяцев назад

    Instead of Andrioid driver u can also pass Appium Drvier so that the same method can work for android and iOS right?
    eg: private void tap(AppiumDriver driver, WebElement element)

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

    Hi Amuthan, thanks for the video, Quick Question why it is not asking you to type cast into int as you are dividing by 2 at time stamp 6:03?

  • @JapjotKaur
    @JapjotKaur 7 месяцев назад

    Getting this error in eclipse on using Pause "The method addAction(Pause) is undefined for the type Interaction" .

  • @VanTran-jh2yi
    @VanTran-jh2yi Год назад +1

    Thanks. I have a question about gesture plugin. I run Appium with 2 plugins: wait & gesture. But when I use executeScript, It get error. The log show: Plugin element-wait, Plugin did not know how to handle method gesture doubleTap. Please help me to resolve this problem.
    Thank you so much.

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

      you should raise an issue to the gesture plugin github repo. I would suggest to use the selenide appium. Watch my playlist after this. You don't need gesture plugin at all

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

    Thanks for the wonderful explanation Amudhan. Do you have any idea to find a mobile element is clickable or enabled before performing the action? Apart from get attribute and explicit wait

  • @SridharKG-ck9zf
    @SridharKG-ck9zf 2 месяца назад

    this method not working browswer stack devices do you any method for scrolling and swiping

    • @TestingMiniBytes
      @TestingMiniBytes  2 месяца назад

      It should work. What do you tried? What happened ?

    • @SridharKG-ck9zf
      @SridharKG-ck9zf 2 месяца назад

      not scrolling but test case is passed i am getting any exception

    • @TestingMiniBytes
      @TestingMiniBytes  2 месяца назад

      @@SridharKG-ck9zf This is not for scrolling. For scrolling watch the other video in the playlist

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

    Hi Sir, I am able to switch to a webview from native app, but I am getting classcastException while finding/clicking an element in webview

    • @TestingMiniBytes
      @TestingMiniBytes  11 месяцев назад

      you should use FindBy
      I cannot comment without setting the code

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

    Hi Amuthan , can you share this appium project code?

  • @PR-v-8
    @PR-v-8 Год назад

    I am a beginner, can you please tell me how it is possible to run the code without using main function. i didnt see the main function in the code

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

      You dont need main method is you use testing or junit

    • @PR-v-8
      @PR-v-8 Год назад

      @@TestingMiniBytes okay thank you