RFR: Save and dump last mouse move. [v2]
lawrence.andrews
duke at openjdk.org
Wed Aug 24 20:55:33 UTC 2022
On Wed, 24 Aug 2022 20:50:32 GMT, Alexandre Iline <shurailine at openjdk.org> wrote:
>> Save and dump last mouse move.
>> Added Component.hasFocus() to the dump.
>
> Alexandre Iline has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase.
test/org/netbeans/jemmy/util/DumpTest.java line 61:
> 59: .contains("<property name=\"" + UIStatus.LAST_MOUSE_MOVE_DPROP + "\" value=\""+point+"\"/>"));
> 60: assertTrue(out.toString()
> 61: .contains("<property name=\"" + UIStatus.LAST_MOUSE_MOVE_OPERATOR_DPROP + "\" value=\""+fo+"\"/>"));
Can we check whether HAS_FOCUS_DPROP is available in dump?
-------------
PR: https://git.openjdk.org/jemmy-v2/pull/6
More information about the jemmy-dev
mailing list