![](https://wiki.automaxed.com/wp-content/uploads/apps-automation-thumb.png)
Identifies the control in a scrollbar that can be dragged to a different position.
Example
![](https://wiki.automaxed.com/wp-content/uploads/apps-automation-thumb-sample.png)
Running this code will allow you to drag scrollbar vertically, in the Excel shown below.
![](https://wiki.automaxed.com/wp-content/uploads/apps-automation-thumb-excel.png)
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)
}