You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add viewport size configuration to playwright_navigate
- Add viewport size parameters (width/height) to playwright_navigate command
- Add timeout and waitUntil parameters for better navigation control
- Update browser initialization to support custom viewport sizes
- Update response message to include viewport information when specified
This change allows users to customize browser viewport size during navigation,
which is essential for responsive design testing and specific screenshot
requirements. Default size remains at 1920x1080 for backward compatibility.
See ADR: 001_viewport_size_configuration.md
0 commit comments