Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Horizontal and Vertical Scrolling Native Scripts (Doesn't need ADB to be connected while running )

Notifications You must be signed in to change notification settings

bathepawan/AndroidNativeScroll

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AndroidNativeScroll

Horizontal and Vertical Scrolling Native Scripts (Doesn't need ADB to be connected while running )

#Steps

#Command:

  1. adb shell /data/local/scroll v/h XResolution YResolution LoopCount

    $ adb shell /data/local/scroll v/h XResolution YResolution LoopCount

#Procedure:

  1. Push libs/armeabi/scroll binary to device via adb

    $ adb push libs/armeabi/scroll /data/local/tmp/

  2. Launch use case where you wish to scroll.

  3. To start vertical or horizontal scroll depending upon usecase, run below commands. For instance you want to check browser scroll , launch a webpage you wish to scroll in browser.

    $ adb shell /data/local/tmp/scroll v 1920 1080 10

    • Assumed that your device resolution is 1920 1080, change the values with actual device resolution.
    • Last parameter 10 is loop count, you may use this as per need to do scroll for long time or short time.

About

Horizontal and Vertical Scrolling Native Scripts (Doesn't need ADB to be connected while running )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.