Bingo
5 years agoContributor
There was an attempt to perform an action at point (1439, -108), which is out of the window bounds.
My code:
Aliases.Inventor.refresh
Call Aliases.Inventor.MainWindow.MDIClient.Click(Aliases.Inventor.ViewClientArea2.width-25,12)
I want to use a relative coordinate to click a button that can't be spied by testcomplete. But the test failed in another PC.
Addtional info:
The window size is (1464, 842); screen rectangle: the left top corner is (216, 144), the right bottom corner is (1680, 986).
The screen coordinates of the point is (1655, 36).
So I don't know how the testcomplete calculate the coordinate?
Thanks, the issue can't appear now. If it still be there, I'm glad to have a try.