ContributionsMost RecentMost LikesSolutionsSIDE 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 Re: INTEGRATING TESTCOMPLETE WITH GITHUB Thanks raghvani. I hope this will help for my desktop application automation INTEGRATING TESTCOMPLETE WITH GITHUB Hi, I need to know whether it is possible to integrate the test complete with GitHub actions Can it be integrated with our build server(GCP) so they are automatically run? Or do we need to manually execute it? for desktop application Solved