uno-test-resize-app-window

Resize running Uno Platform macOS app windows via the Accessibility API.

7|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/VincentH-Net/dotnet-agentic-engineering --skill uno-test-resize-app-window
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uno-test-resize-app-window
Source: https://github.com/VincentH-Net/dotnet-agentic-engineering/tree/main/plugins/uno-platform/skills/uno-test-resize-app-window
Command: npx skills add https://github.com/VincentH-Net/dotnet-agentic-engineering --skill uno-test-resize-app-window

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resize a running Uno Platform desktop app window on macOS using the macOS Accessibility API to enable precise, repeatable visual testing of UI layouts at different sizes without manual resizing.

Core Features & Use Cases

  • Programmatic window resizing for Uno Platform apps on macOS via the Accessibility API.
  • Facilitates verification of responsive layout reflow and breakpoint testing across common widths.
  • Use Case: QA and demo validation across widths like 500, 750, 1024, and 1280.

Quick Start

Run resize-window.sh APP_NAME WIDTH HEIGHT to resize the first window to the specified dimensions.

Frequently Asked Questions about uno-test-resize-app-window

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resize a running Uno Platform app window on macOS for visual testing?

To resize a running Uno Platform app window on macOS for visual testing, run the resize-window.sh script with the app name, width, and height to programmatically set the exact window dimensions.

Can I automate responsive layout testing for Uno Platform apps on macOS?

Yes, you can automate responsive layout testing for Uno Platform apps on macOS by programmatically resizing windows to common widths like 500, 750, 1024, and 1280 to verify UI reflow and breakpoints.

Does the macOS Accessibility API support resizing desktop app windows for QA?

Yes, the macOS Accessibility API supports resizing desktop app windows for QA by allowing scripts to programmatically adjust the width and height of running applications without manual intervention.

What do I need to set up before programmatically resizing windows on macOS?

Before programmatically resizing windows on macOS, you need a running Uno Platform desktop app and macOS Accessibility API access enabled for the resizing script to interact with the application window.

Why is my window resize script not working on macOS for my Uno app?

Your window resize script might not be working on macOS for your Uno app because macOS Accessibility API access is not granted to the terminal or script executor, preventing window manipulation.