Reshot will automatically connect to any Chrome instance running on the configured debug port.
Studio showing Chrome connection status on the configured debug port
Multiple Browser Profiles
For testing with different user states, you can run multiple Chrome instances with separate user data directories:
Terminal
# Admin user
reshot chrome --user-data-dir=/tmp/chrome-admin
# Regular user (in another terminal)
reshot chrome --port 9223 --user-data-dir=/tmp/chrome-user