object recognition issue with Spy
When i'm trying to capture elements with spy it is showing below error. most of the time I'm not able to capture elements with "Drag and capture" or "Point and fix" features as it select whole window instead of the particular element. anyone facing this kind of issue?86Views0likes8CommentsName Mapping not working on remote browser
The name mapping and test cases work fine on local browsers, but would complain about page or object not found when running headless remote browsers and in parallel testing. I have the following setup for browser name mapping: For headless setup I have: server = "localhost" capabilities = { "browserName": "chrome", "headless" : "true", "screenResolution": "1920x1080", "platform" : "Headless", "record_video": "true" } Browsers.RemoteItem[server, capabilities].Run(url) Is this the correct way to work with name mapping on headless browser?883Views0likes14CommentsAccess outlook email to click on button inside the email
I'm conducting keyword testing on a web application. During my testing, I need to open Outlook, search for an email using the recipient's name, and click a button within that Outlook email that navigates to another system. Can anyone advise on how to capture this button within the Outlook email?62Views0likes9CommentsQt6-Objects are not recognized
Hello, After Qt6.5-Upgrade of the software any Qt-Objects are not recognized by TestComplete (15.54, neuest at this moment) any more. The TestComplete Tests worked with the software with Qt6.2 or Qt5 without problem. Is there any way to make it work, other than waiting for TestComplete update? We are also wondering if we can find the Qt6.5(LTS)-Support plan somewhere. Thank you.527Views2likes5CommentsHow to make objects visible in the object tree?
Hi, We are analysing a wpf application and like to select the object in the object tree, which has the property 'background' set to #778899. Our controls on level 0-2 ('L0_Control.jpg, L1_Control.jpg, L2_Control.jpg') have the property 'Background' not set. All child controls >= Level 3 have no background property set, too ('ContentControl' could not be expanded). How could objects be made visible, which are currently not in the object tree? Thanks in advance!34Views0likes5CommentsUltraGrid sub-elements are not identified by testcomplete
I have an ultragrid object where the child elements are not identified by the test complete. I cannot identify the expand button or the sub-elements displayed after expanding the grid item. Only the top-level container is identified. The object property is displayed as below: I have the Infragistics plugin installed, but I am not sure what I am missing here. Any help would be great, thanks20Views0likes3CommentsTestComplete can't detect elements in Microsoft WebView2 window
TestComplete is unable to detect any element for desktop application screens developed using Microsoft WebView2. It was working 5 days ago. Tested application wasn't updated. Now TestComplete can detect only a whole window(web-component using Microsoft WebView2), but cannot detect elements on this window. I got path "Aliases.WINWORD.WPFObject("HwndSource: WebView2Window", "Login").Window("Static", "", 1).Window("Chrome_WidgetWin_0", "", 1).Pane("Login - Web content").Panel("Chrome Legacy Window")" TestComplete version= 15.52.2.7 x64 License: Perpetual (Desktop, Web, Mobile) How can I capture of elements on the web-component window?Solved1.2KViews0likes10CommentsUnable to identify WPF object in Test complete release version 15.65.12
Unable to identify WPF object in Test complete release version 15.65.12 but its working as expected in 15.64.3 I have a test written in test complete for WPF application. Post installation of updated test complete version the wpf object is not getting identified correctly Its showing as window instead of WPF object in version 15.65.12. But same is working as expected in 15.64.3 Am I missing any settings in the updated version for the WPF application will appreciate help in this46Views1like2CommentsBest method to correct NameMapping/xpath after Object position changes?
Hi. Some context first: The app uses several buttons on a banner, stored in <div> elements. The Namemapping assigns these with xpath from left to right. The question mark gets '//div[1]', the globe is '//div[2]' etc. to simplify. One update later, the app has a new button put in front of the others in the banner. Now this button claims '//div[1]'. My keyword tests don't notice this change at first and click the wrong button positions due to all of them shifting one place in the HTML. Nothing fails at first, because technically there's a button to click, just not the right one. Naturally, all of my test start failing soon after arriving on the wrong pages. Changing every div index position in the Namemapping xpath seems like the obvious solution, but it becomes tedious when updates like these happen so often. I tried Self-Healing, but it doesn't always work. Is there a way to automatically recognize and correct this? Thanks in advance.32Views0likes2CommentsIs it possible to test editing a pdf form in a browser?
I am trying to create a test that enters text into boxes on a pdf form that has been opened in Microsoft Edge but when I run the keyword test all that happens is the test scrolls to the last page of the pdf, it does not enter any text. When I apply Object Spy to the pdf in the browser it is only able to recognize the whole webpage, it cannot recognize individual objects on the pdf form. Is it possible for TestComplete to enter text into a pdf form that has been opened in a browser? A sample pdf form is attached.20Views0likes1Comment