ContributionsMost RecentMost LikesSolutionsRe: Is it possible to export the Project TODO list within TestComplete Thanks for your reply Robert. Trying not to have multiple versions of a ToDo list. Having the ability to print/export what is displayed in this window would be useful. We will at some point in the future be looking at a Test Management Tool which may help with this. Is it possible to export the Project TODO list within TestComplete I find the TODO list within TestComplete very useful. Is there a way to export the Project TODO List to a file? Re: Type Error - Cannot read perperty 'Click' of undefined Thanks for having a look, unfortunately this didn't work either. The scripts I have that worked in version 12.10 function Adjust_Appointments_Open() { var mop1998; var TWAPanel; mop1998 = Aliases.MOP1998; TWAPanel = Aliases.MOP1998.frmMain.pnlMeterID; TWAPanel.TWAPanelImage.ClickR(); TWAPanel.PopupMenu.Click("Actions|Adjust Appointments"); aqObject.CheckProperty(Aliases.MOP1998.frmAdjustAppts, "Caption", cmpEqual, "System - Adjust Appointments"); Aliases.MOP1998.frmAdjustAppts.Focused; } This fails in version 12.30. I have raised this issue with support as I think the issue is where TC is unable to get to the popupmenu which is stated in the Logfile. Type Error - Cannot read perperty 'Click' of undefined We have a script that is attempting to right click on an icon and then trying to select an item from a menu list. The error that occurs is JavaScript runtime error. TypeError Cannot read property 'Click' of undefined It is a Delphi application that we are testing. The script is simple function Test1() { var TWAPanel; TWAPanel = Aliases.MOP1998.frmMain.pnlMeterID.ClickR(); TWAPanel.TWAPanelImage.ClickR(39, 40); TWAPanel.PopupMenu.Click("History"); } It seems to be not recognising the Click from the PoipMenu. We are using TestComplete v12.30. Does anyone have any suggestions? Thanks Jane Re: Is it possible to change an warning or error in the Test Log to a pass (green tick)? Thanks for the responses. As suggested we will try and investigate why the warnings are coming up to first. Is it possible to change an warning or error in the Test Log to a pass (green tick)? Is it possible to change an warning or error in the Test Log to a pass (green tick)? We have reoccurring warning which we would like to force the Test Log to change to show a green tick instead of the orange triangle. Thanks Re: TC 12: Object Spy Issue with Chrome Version 51.0.2704.106 m (64-bit) We have the same issue. The fix that support gave us didn't work either. Did you get this issue resolved? Also has this been fixed in version TC v12.1? Does TestComplete work correctly with React javascript v0.13 After entering some text in the popup window, TestComplete does not seem to distinguish which of the three availale buttons (Cancel, Delete, Update) has been selected. It is always defaults to the first one - the Cancel button.