On Wed, 10 May 2023 20:54:26 GMT, Harshitha Onkar <hon...@openjdk.org> wrote:
>> Which part is a Util method? I see a JRobot method. Or is Util and JRobot >> linked somehow? My understanding is that they're separate since they're >> separate in regtesthelpers. > > @DamonGuy 'clickMouseOn()'. Earlier this test had a AWT Robot and JRobot. It > has been changed recently to use AWT Robot only. Gotcha. Just for my understanding, does JRobot depend on Util? `clickMouseOn` is in JRobot and I thought Util and JRobot were separate since they're java files. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13822#discussion_r1190395065