Forum Discussion
Hi,
In addition to Robert's reply:
> nextButton["Click"](); //does not work
What exactly does not work? Any error in test log? If yes, what is the text of the error message?
If there is no error in the test log, then do you see mouse pointer been hovered over the button during test run?
Thanks for your reply. You are right, there are 4 processes with the same name. But the window is always part of the process with index 4, I have checked.
I tried the waitwindow method, but that did not help. I have checked that the window is visible, also the next button is visible and enabled, but cannot be clicked. I got the following error message: “There was an attempt to perform an action at point (37, 11) which is transparent or out of the window bounds.” If the button is transparent, how do I know this and how can I workaround this?
I also noticed that testcomplete was waiting until the overlapped window became visible.
You said that I am using an old methodology for defining my process and windows. Is this a problem in this case? Can you tell me how long this methodology will be supported? Is it recommended to change this in my tests?
Thanks in advance