ContributionsMost RecentMost LikesSolutionsInstrument Application in Android App Bundle file format Since now the developers for Android use the AAB file format to upload on Google Play, the file type can also be supported by TestComplete, not to make the conversion from aab to apk. How to Scroll in a Xamarin.Forms.ListVIew ? Hello ! I am trying to scroll to the bottom of the ListView. Using the TouchItemXY(index, X, Y) automatically scrolls to the item specified by the index. There is one case when the Scroll is done, but the Item cannot be touched. The error is "Could not touch the point at (-2, -2) because it is out of the control bounds". Do you know how to use the ScrollTo(System.Object Item, Xamarin.Forms.ScrollToPosition position, boolean animated); method on listview? Best Regards, SolvedUniqueunous in choosing Mapped Name Object names or properties Hello, I mapped my already objects from a former view. I refreshed the tree in Object Browser Tab. Is it possible to indentify uniqueuly the similar objects? Once I placed on an object a mapping, it is considered also for all the rest. Should I map each parent uniqueuly according to the selected view? Is this remembered throught the whole mapping? In the Object Browser hierarchy the object is highlighted, but when I use Touch or Touch(X, Y), the message: Cannot perform an action at point (20, 20), which is out of the control's bounds. In the mapping view it seems that it is stil lmapped as a child of the parent from the first view, instead of the current view, and the FullName set is wrong. If I use the FullName considering also the Name of the Mobile Device (which I want to bypass using the Alliases.Device.) and the index of the specific view the control can be touched. Is there something I am missing? Best Regards, How to Identify best a control ? Hello, I want to know which is the best way to use the controls offered by Object Spy? - Aliases.Device.Process("com.companyname.TouchItemExample").XFObject("MainPage", "").XFObject("StackLayout","") - or FullName Mobile.Device().Process("com.companyname.TouchItemExample").XFObject("MainPage", "").XFObject("StackLayout","") SolvedRe: Handle native pop ups with Object Spy The application is instrumented. I have access to other controls, except these native pop ups. The solution with WaitForControlWithText works, but, since the control is not accessible, I cannot access it's children. Is there a method for instance I saw soething like FindId() which requires an ID int ? Do you know how to get the Object to have access to its children. Regards, Re: Handle native pop ups with Object Spy The pop up made as toast has controls that can be accessed Yes, No, OK Cancel buttons and I was ondering if I can access the controls. Inside the upper layer there is a method FindId that takes an int as parameter. If the Ids would be set to the pop up and its controls, this might work. Thanks Re: Navigating to a specific function in a script file TestComplete using CTRL-CLICK In the project where this works '\\USEUNIT' is not used. Re: Navigating to a specific function in a script file TestComplete using CTRL-CLICK The project uses the Import Functions in the context of the Script. Also, in the header of the script there are require () statements, and the functions are exported from the script and made accessible to other scripts. The call works, code compiles and runs, but only the instance that contains the functions displays the highlight, but not the function. Re: Handle native pop ups with Object Spy Cam I access some controls inside the pop up? Re: Navigating to a specific function in a script file TestComplete using CTRL-CLICK The test scripts are written in JavaScript. There is a project on which the navigation works. There is a different project where the navigation does not work. The configuration displayed in the attached image was made. Best Regards,