Dear Friends. I need to complete an automation task with java applet base System. But there is an issue in mouse click to identify Blue rounded OK button. It identify red rounded area in background applet. Can anyone suggest solution is highly appreciate.
It success if front window move away
Note. Try to done using move window,
Click Image might not be the right approach here, since there is a chance that the color or font could change, which can increase the chances of failure.
Ideally, the UI Explorer should be able to capture the window, since you are using Java isn’t there a plugin for it?
Could you try using the UI Explorer and see if you are able to locate the element?
If not, then go with Keystrokes.
Identifying the element it’s just a design-time issue. Therefore, try to manually move the pop-up to the right such that no other window overlaps with it, and try to get the selector after that.
Yes. that possible to but drag is manual process ? Move windows doesn’t work in this scenario.
i used hot key and complete task. Thanks for information
That is not needed. At runtime, the robot finds the element by the selector, and doesn’t really care about the position. You just need to get a good selector at design time.