I've added a StagePage for now, available in the dev repo https://github.com/andy-goryachev-oracle/MonkeyTest .
Observed a couple of issues: - could not get TRANSPARENT stage to actually be transparent on macOS - UTILITY stage gets opened with maximized bit set Let me know what you think. -andy From: openjfx-dev <openjfx-dev-r...@openjdk.org> on behalf of Thiago Milczarek Sayão <thiago.sa...@gmail.com> Date: Thursday, December 5, 2024 at 04:23 To: openjfx-dev <openjfx-dev@openjdk.org> Subject: MonkeyTester suggestion Hi, Pardon me if this suggestion is already there and I somehow missed it. It would be nice to have a "Window Operations" testing, including: - Opening a window in different states (Minimized, Maximized, FullScreen); - Changing the states after the window was opened; - Window/View with minimum and maximum size; - Setting the window position (before and after showing); - Modal / Application Modal; - Having a window that can be opened by view size, or setting the window size; - Having a window that can change sizes; - Test sizeToScene(); - Also vary the window initial style (DECORATED, TRANSPARENT, UNDECORATED) - Owner / no Owner - Open Dialogs / Alerts I would also clean up the old manual tests and concentrate on this tool, which is nice. -- Thiago.