apps automation thumb

Identifies the control in a scrollbar that can be dragged to a different position.


Example

Running this code will allow you to drag scrollbar vertically, in the Excel shown below.

This is shown in the Excel.

plugin command("Apps Automation.dll", "apps automation parent", "Process:EXCEL|Title:Book1 - Excel (Product Activation Failed)|Class:XLMAIN", "True") {
    plugin command("Apps Automation.dll", "apps automation thumb", "/Window|Pane[4]|Tab::Book1|Pane:1:Vertical|Pane[0]|ScrollBar[0]|Thumb::Position", "Vertical", 10)
    }

Was this helpful?