RFR: 8303130: Document required Accessibility permissions on macOS

Sergey Bylokhov serb at openjdk.org
Mon Feb 27 20:57:29 UTC 2023


On Mon, 27 Feb 2023 15:54:28 GMT, Dmitry Markov <dmarkov at openjdk.org> wrote:

> Added the section devoted to client UI test which use Robot API

doc/testing.html line 621:

> 619: the following apps are allowed to control your computer:
> 620: <code>Java</code> and <code>Terminal</code>. If the tests are run from
> 621: an IDE, the IDE should be granted this permission too.</p>

You can mention the tests which can be used to verify that the UI, sound, etc are configured properly.(it was done somewhere before one test per option)

doc/testing.md line 664:

> 662: select Registry Editor; navigate to the following key:
> 663: `HKEY_CURRENT_USER\Control Panel\Desktop\ForegroundLockTimeout`; make sure
> 664: its value is set to 0.

Probably it should mention that this is a workaround for the usage of Cygwin:
https://bugs.openjdk.org/browse/CODETOOLS-7901623

-------------

PR: https://git.openjdk.org/jdk/pull/12772



More information about the client-libs-dev mailing list