How to click and drag a scrollbar or use wheel?

How to click and drag a scrollbar or use wheel?

Home Forums Ask Expert How to click and drag a scrollbar or use wheel?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32388
    Marc Clifton
    Participant

      I’m using the (horrid) ExtJs framework and there’s a scrollbar that I need to move. Currently, I’m trying this to get the mouse to hover over the scrollbar, which it does, and then use the mouse wheel to scroll down:

      Application(“Application”).View(“Entity Menu View”).Object(“Entity Menu Scrollbar”).MouseMove
      Application(“Application”).ScrollWheel -1000

      The move moves to the scrollbar, but the ScrollWheel call does nothing. This process works fine if done manually.

      Any ideas?

      #32389
      Sergey ZAP
      Keymaster

        Hello mclifton!

        Please use X and Y arguments to position mouse pointer over your scrollable area.
        The prior MouseMove step is not required.

        scrollwheel.png

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.

      Virtual Expert

      ZAPTEST

      ZAPTEST Logo