RFR: 8150564: Migrate useful ExtendedRobot methods into awt.Robot [v8]
Sergey Bylokhov
serb at openjdk.org
Wed Sep 17 01:44:39 UTC 2025
On Tue, 16 Sep 2025 23:08:05 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:
>> 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.
>
> Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:
>
> Remove wrong PL change
By the way, I think it's worth comparing this to some other API, like Jemmy, which is used in the sanity testsuite. It implements a nice mouse movement with acceleration and deceleration to demonstrate the tooltips. Just to think about other ways to implement sliding.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26969#issuecomment-3300887917
More information about the client-libs-dev
mailing list