ragul
2 years agoNew Contributor
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