gede
4 years agoNew Contributor
Object btn search not found
hello everyone, i need help
i have a problem when i playback the recording TestComplete for Dekstop and i receive an error as follow:
There was an attempt to perform an action at point (51, 13) which is transparent or out of the window bounds.
Tested object:
Aliases.NFS_ApplicationBrowser_Shell.HwndSource_ViewHost.ViewHost.btnSearch
(Sys.Process("NFS.ApplicationBrowser.Shell").WPFObject("HwndSource: ViewHost", "").WPFObject("ViewHost", "", 1).WPFObject("gridMain").WPFObject("TaskViewHost", "", 1).WPFObject("taskViewHostGridOuter").WPFObject("AdornerDecorator", "", 1).WPFObject("taskViewHostGrid").WPFObject("mainScroller").WPFObject("taskArea").WPFObject("BAST01104V", "", 1).WPFObject("Grid", "", 1).WPFObject("KSDTaskArea", "", 1).WPFObject("KSDSearchArea", "", 1).WPFObject("KSDSearchTable", "", 1).WPFObject("KSDTableInSearchTable", "", 1).WPFObject("KSDSearchButtonAreaInSearchTable", "", 1).WPFObject("btnSearch"))
Aliases.NFS_ApplicationBrowser_Shell.HwndSource_ViewHost.ViewHost.btnSearch
(Sys.Process("NFS.ApplicationBrowser.Shell").WPFObject("HwndSource: ViewHost", "").WPFObject("ViewHost", "", 1).WPFObject("gridMain").WPFObject("TaskViewHost", "", 1).WPFObject("taskViewHostGridOuter").WPFObject("AdornerDecorator", "", 1).WPFObject("taskViewHostGrid").WPFObject("mainScroller").WPFObject("taskArea").WPFObject("BAST01104V", "", 1).WPFObject("Grid", "", 1).WPFObject("KSDTaskArea", "", 1).WPFObject("KSDSearchArea", "", 1).WPFObject("KSDSearchTable", "", 1).WPFObject("KSDTableInSearchTable", "", 1).WPFObject("KSDSearchButtonAreaInSearchTable", "", 1).WPFObject("btnSearch"))
TestComplete can't find the button you want it to click.
Has this test ever worked, even on another machine?