-
Enhancement
-
Resolution: Unresolved
-
P3
-
9
-
None
Add to the java.awt.Robot some methods proved popular among test writers (such as glide()), someway improve waitForIdle etc. General idea is to make smoother the task of porting the client functional tests to jtreg.
Some of the useful additions may be delegated to jtreg regtesthelpers class but some perhaps would be better to have in java.awt.Robot itself.
Some of the useful additions may be delegated to jtreg regtesthelpers class but some perhaps would be better to have in java.awt.Robot itself.
- relates to
-
JDK-8039749 Migrate needed functionality from all subclasses of java.awt.Robot in jdk/test directory to the ancestor
- Open
-
JDK-8038631 Create wrapper for awt.Robot with additional functionality
- Resolved