Appium Scroll/Swipe | Horizontal & Vertical | using PointerInput & Sequence class

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • #appium_java_tutorial_qavbox #appium #java-client #mobiletesting #hybridapp #automationtesting #appiuminspector #android #scroll #swipe
    This video will explain how to effectively scroll/swipe Horizontal & Vertical using PointerInput & Sequence class.
    TouchActions class is deprecated, so we need to use an alternate approach using Sequence class.
    Appium java-client releases -
    github.com/app...
    Sauce labs react mobile apps (Android and IOS ) -
    github.com/sau...
    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...

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

  • @sachinm4097
    @sachinm4097 6 месяцев назад

    One of the best and detail info provider of a method, Thanks sir :)

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

    Thank You, These information are really valuable

  • @johnm8924
    @johnm8924 Год назад +2

    Great work, appreciate if you can upload a video on how elements can be recognised using "findelementbyimage" locator in appium 2 which can be used for visual testing

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

    Thank you so much for this video. Really helpful.

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

    Exelent work sir thank you so much

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

      Thanks, glad it helps!

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

    It helped.. Thanks a lot sir.

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

    Thanks .Really helped me

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

    Thanks. Perfect

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

    Thankyou for detailed Explanation. What if we wants to keep on scrolling until the element is visible ? How do we do it w3c api concept?
    eg. scrolling amazon / flipkart pages.

  • @dhirentutor9114
    @dhirentutor9114 24 дня назад

    Why we are not using the javascriptexecutor for scrolling ?

    • @qavbox
      @qavbox  23 дня назад +1

      Starting from appium 2.x and java-client > 7.x, touchAction and javaScriptexecutor are deprecated.

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

    Thanks for the detailed video..
    QQ: how do you handle Horizontal scroll until the end of the rail/carousel?

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

      You can use getPagesource() to see if we are end of scroll vertically. I discussed about scrolling till end vertically but same can be applied to scroll horizontally
      Refer ruclips.net/video/M1AFgaunfBQ/видео.html

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

      @@qavbox Thank you ❤

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

    Hello, Thanks for information, This swipe method works multiple real devices ?

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

      Hello, yes the swipe method should work irrespective of size or models of mobile devices.

  • @user-fw9ow6ow4y
    @user-fw9ow6ow4y 11 месяцев назад

    I cannot find the swipe method in your code base link, can you please share?

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

      Please refer to this link
      github.com/sunilpatro1985/AppiumTest_Java_And_iOS/blob/master/src/main/java/base/Util.java

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

    Hi ,
    Just wanted to check if this works on IOS and Android.
    Thanks

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

      It should work on both the platforms!

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

    i tried this but didn't work for me. can someone help me here

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

      What error you getting, you have to provide proper source and destination coordinates to scroll. Please share your code if you have in git