Forum Discussion

ragul's avatar
ragul
New Contributor
2 years ago

SIDE SCROLL BAR - DESKTOP APP AUTOMATION

Hi, I am trying to scrolldown the loginpage in desktop app. TestComplete recognizes Complete login page as single object
I am Using OCR and blocking the text and sending the keys just for entering text 
but I couldn't find scrollbar as object seperately to perform any action

var propelAuthLogin = Aliases.SLDWORKS.wndAfx.AfxControlBar140u.Afx.Afx.swInnerFrame.AfxFrameOrView140u.page32770.TaskPane.interopHost.HwndSource_AdornerDecorator.Static.Chrome_WidgetWin_0.Chrome_WidgetWin_1.Chrome_RenderWidgetHostHWND;

This is the loginpage object 
Already I tried keys,Drag option . help me how to resolve this

2 Replies

  • rraghvani's avatar
    rraghvani
    Champion Level 3

    Can we see the Object Browser, and the properties for the control that you are trying to work on please?

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    What about simply sending a Keys("[PgDown]") to the control to do the scroll?