Skip to content

Lenius/PlaywrightDebugMover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playwright Debug Mover

Playwright Debug Mover is a lightweight background utility written in Rust that automatically detects and moves Playwright debug windows to the top-right corner of the screen.


✨ Features

  • ✅ Runs silently without showing a console window
  • ✅ Ensures only one instance runs at a time
  • ✅ Monitors for visible windows with titles starting with "Playwright"
  • ✅ Moves matching windows to the top-right corner of the screen
  • ✅ Built-in web interface to stop the program via browser (http://localhost:5000)

🛠 Build Instructions

Prerequisites

Build steps

  1. Clone or download the project
git clone [email protected]:Lenius/PlaywrightDebugMover.git
cd PlaywrightDebugMover
  1. Build the release version
cargo build --release
  1. You will find the compiled .exe in:
target/release/PlaywrightDebugMover.exe

🚀 Usage

Run the program (double click or run via terminal):

target/release/PlaywrightDebugMover.exe
  • The app will monitor for Playwright debug windows.
  • Matching windows will be repositioned automatically to the top-right corner of the screen.

Using the program

  • Go to http://localhost:5000
  • Click the Start button
    → The program will start looking for Playwright Debug window
  • Click the Stop button
    → The program will stop lokking for Playwright Debug window
  • Click the “Kill” button
    → The program will shut down cleanly
  • Click the Template button
    → The program generates a template file

🧪 Development tips

To clean previous builds before compiling:

cargo clean

To test changes quickly:

cargo run

To fully rebuild in release mode:

cargo build --release

📝 License

MIT License


🙋‍♂️ Support / Contact

Feel free to fork, open issues, or contribute pull requests.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published