On Tue, 20 May 2025 10:33:21 GMT, Alexander Zvegintsev <azveg...@openjdk.org> wrote:
>>> I'm not sure if it's really needed, since many tests already depend on the >>> `java.awt.Robot` itself, CI has a one-time manual task to set up all the >>> required permissions for the `java.awt.Robot`, so automated tests provide >>> sufficient coverage. >> >> Can this be documented in [GUI >> testing](https://wiki.openjdk.org/display/ClientLibs/Automated+client+GUI+testing+system+set+up+requirements)? > >> > I'm not sure if it's really needed, since many tests already depend on the >> > `java.awt.Robot` itself, CI has a one-time manual task to set up all the >> > required permissions for the `java.awt.Robot`, so automated tests provide >> > sufficient coverage. >> >> Can this be documented in [GUI >> testing](https://wiki.openjdk.org/display/ClientLibs/Automated+client+GUI+testing+system+set+up+requirements)? > > Sure, > [updated](https://wiki.openjdk.org/display/ClientLibs/Automated+client+GUI+testing+system+set+up+requirements#AutomatedclientGUItestingsystemsetuprequirements-Wayland). @azvegint Generic question: While reading about libei, came across [Oeffis](https://libinput.pages.freedesktop.org/libei/api/index.html#sec-oeffis)- a wrapper for XDG portal. Is the reason to connect to Remote Desktop XDG portal directly because of session length and token alive time? ------------- PR Comment: https://git.openjdk.org/jdk/pull/25265#issuecomment-2896082061