RFR: 8150564: Migrate useful ExtendedRobot methods into awt.Robot
Damon Nguyen
dnguyen at openjdk.org
Wed Aug 27 18:43:11 UTC 2025
Some useful methods (click, glide, waitForIdle, type) in ExtendedRobot should be migrated into Robot itself so that ExtendedRobot can be removed in the future. The tests using these ExtendedRobot methods will be handled separately.
-------------
Commit messages:
- Initial commit
- Merge branch 'master' of github.com:DamonGuy/jdk
- Merge branch 'master' of github.com:DamonGuy/jdk
- Merge branch 'master' of github.com:DamonGuy/jdk
- Merge branch 'master' of github.com:DamonGuy/jdk
- Merge branch 'master' of github.com:DamonGuy/jdk
- Merge branch 'master' of github.com:DamonGuy/jdk
- Merge branch 'master' of github.com:DamonGuy/jdk
- Merge branch 'master' of github.com:DamonGuy/jdk
- Merge branch 'master' of github.com:DamonGuy/jdk
- ... and 2 more: https://git.openjdk.org/jdk/compare/b69a3849...01967522
Changes: https://git.openjdk.org/jdk/pull/26969/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=26969&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8150564
Stats: 219 lines in 1 file changed: 219 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/26969.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/26969/head:pull/26969
PR: https://git.openjdk.org/jdk/pull/26969
More information about the client-libs-dev
mailing list