ContributionsMost RecentMost LikesSolutionsRe: How to Click the Canvas object using test complete web module Hi, Thanks for your response. Yes, as you mentioned, the application provides APIs that return the coordinates of elements inside the Canvas. We are able to retrieve these coordinates using the API and use them to perform click actions. However, before performing the click, we would like to ensure that we are interacting with the correct element. Could you please suggest how we can validate or confirm that the coordinates correspond to the intended element before clicking? Your guidance on this would be very helpful. How to Click the Canvas object using test complete web module Hi Team, I’m starting a new web test automation initiative, and our web application is primarily built using Canvas UI. I’m facing challenges in accessing and interacting with objects inside the Canvas, as they are not standard HTML elements. Additionally, the Canvas objects are dynamically generated and frequently change, which makes it difficult to consistently identify and click the correct object. Could you please suggest a reliable solution for automating interactions with Canvas elements? Also, it would be helpful if you could share a sample Python script demonstrating how to handle such scenarios. Thanks & Regards, Thiyagarajan SolvedThere a option to enable and disable for desktop module in script (Not in File-> Install Extensions) I need to enable and disable the desktop module in script itself, so that i can handle the some of popup. If there is any options available please share. Re: How to initiate and stop the performance counter from testcomplete script Okay, Thanks for your response. How to initiate and stop the performance counter from testcomplete script i had done performance counter in my script but this will start when executing test item and it will stop after execution complete. but i want to start and stop performance counter mid of execution. If any change to start and stop the performance counter via script How to use TcxProgressBar Object in test complete script using VBscript I want to validate the progress bar for desktop application, so that how can use TcxProgressBar Object in test complete if any reference programing script is there for any one please share it. it's helpful for me to validate the progress bar. Re: Testcomplete license Hi Alex, Thanks you so much for your reply, now i am got it what is the reason for both license. Testcomplete license What is the difference of Testcomplete Plotfrom floating license vs Testcomplete desktop module floating license What is the difference ofTescomplete Plotfrom floating license vs Tescomplete desktop module floating license I have integrated azure pipeline with test complete , while executing pipeline get below error ##[error]Failed to get a list of tests from the "C:\PCM_Azure_agent\_work\1\s\TAPCM600Automation\TAPCM600Automation.pjs" file due to the following error: Unable to connect to TestExecute: All the product instances allowed by your license key are already in use (running).All the product instances allowed by your license key are already in use (running). All the product instances allowed by your license key are already in use (running).All the product instances allowed by your license key are already in use (running). TestExecute exited with unknown code 10000. I was getting license key is running , but i have 4 licenses even i have checked manually test execute is working pc I have integrated TestComplete with Azure devops and while running pipeline job getting below error ##[error]Failed to get a list of tests from the "C:\PCM_Agent\_work\2\s\TAPCM600Automation\TAPCM600Automation.pjs" file due to the following error: Unable to open the project "C:\PCM_Agent\_work\2\s\TAPCM600Automation\TAPCM600Automation.pjs": Cannot load data for Web Testing. Make sure the 'Web Checkpoints' plug-in is installed. [command]C:\PCM_Agent\_work\_tool\VsTest\17.8.0\x64\tools\net462\Common7\IDE\Extensions\TestPlatform\vstest.console.exe "@C:\PCM_Agent\_work\_temp\5d1c3wurgag.tmp" 2023-11-23T13:15:50.1881612Z Microsoft (R) Test Execution Command Line Tool Version 17.8.0 (x64) 2023-11-23T13:15:50.1886632Z Copyright (c) Microsoft Corporation. All rights reserved. 2023-11-23T13:15:50.1953102Z vstest.console.exe "C:\PCM_Agent\_work\2\s\TAPCM600Automation\TAPCM600Automation.pjs" 2023-11-23T13:15:50.1953507Z /Settings:"C:\PCM_Agent\_work\_temp\n2zdnytdobc.tmp.runsettings" 2023-11-23T13:15:50.1953838Z /Logger:"trx" 2023-11-23T13:15:50.1954299Z /TestAdapterPath:"C:\PCM_Agent\_work\2\s" 2023-11-23T13:15:51.1027267Z Starting test execution, please wait... 2023-11-23T13:15:51.4336558Z A total of 1 test files matched the specified pattern. 2023-11-23T13:16:07.4301515Z ##[error]Failed to get a list of tests from the "C:\PCM_Agent\_work\2\s\TAPCM600Automation\TAPCM600Automation.pjs" file due to the following error: Unable to open the project "C:\PCM_Agent\_work\2\s\TAPCM600Automation\TAPCM600Automation.pjs": Cannot load data for Web Testing. Make sure the 'Web Checkpoints' plug-in is installed. 2023-11-23T13:16:07.4304106Z ##[error]You can also see the silent mode log at "C:\Users\Administrator\AppData\Roaming\SmartBear\TestComplete\15.0\Silent.log" which may contain more details. 2023-11-23T13:16:11.2359039Z No test is available in C:\PCM_Agent\_work\2\s\TAPCM600Automation\TAPCM600Automation.pjs. Make sure that test discoverer & executors are registered and platform & framework version settings are appropriate and try again. 2023-11-23T13:16:11.2798456Z Results File: C:\PCM_Agent\_work\_temp\TestResults\Administrator_DESKTOP-T29C2C4_2023-11-23_18_46_11.trx 2023-11-23T13:16:11.2918345Z ##[error]Test Run Failed. 2023-11-23T13:16:11.3151690Z Vstest.console.exe exited with code 1. 2023-11-23T13:16:11.3152107Z **************** Completed test execution ********************* 2023-11-23T13:16:11.3223861Z Test results files: C:\PCM_Agent\_work\_temp\TestResults\Administrator_DESKTOP-T29C2C4_2023-11-23_18_46_11.trx 2023-11-23T13:16:11.3489850Z No Result Found to Publish 'C:\PCM_Agent\_work\_temp\TestResults\Administrator_DESKTOP-T29C2C4_2023-11-23_18_46_11.trx'. 2023-11-23T13:16:13.6726032Z Created test run: 97601 2023-11-23T13:16:13.6726909Z Publishing test results: 0 2023-11-23T13:16:14.2158768Z Publishing test results to test run '97601'. 2023-11-23T13:16:14.2184405Z TestResults To Publish 0, Test run id:97601 2023-11-23T13:16:14.2185479Z Published test results: 0 2023-11-23T13:16:14.2191866Z Publishing Attachments: 1 2023-11-23T13:16:20.2823713Z Execution Result Code 1 is non zero, checking for failed results 2023-11-23T13:16:21.6131167Z Completed TestExecution Model... 2023-11-23T13:16:21.6520242Z ##[warning]Vstest failed with error. Check logs for failures. There might be failed tests. 2023-11-23T13:16:21.6521486Z ##[error]Error: The process 'C:\PCM_Agent\_work\_tasks\VSTest_ef087383-ee5e-42c7-9a53-ab56c98420f9\2.229.0\Modules\DTAExecutionHost.exe' failed with exit code 1 2023-11-23T13:16:21.6524585Z ##[error]Vstest failed with error. Check logs for failures. There might be failed tests. 2023-11-23T13:16:21.6638735Z ##[section]Finishing: Testcomplete Execution