diff options
Diffstat (limited to 'playwright-py/examples/responsive_sweep.py')
| -rw-r--r-- | playwright-py/examples/responsive_sweep.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playwright-py/examples/responsive_sweep.py b/playwright-py/examples/responsive_sweep.py index d890d5b..eb6e216 100644 --- a/playwright-py/examples/responsive_sweep.py +++ b/playwright-py/examples/responsive_sweep.py @@ -41,7 +41,7 @@ def main() -> int: page.wait_for_load_state("networkidle") path = OUTPUT_DIR / f"responsive-{name}.png" page.screenshot(path=str(path), full_page=True) - print(f"✓ {name:<8} ({width:>4}x{height:<4}) → {path}") + print(f"[ok] {name:<8} ({width:>4}x{height:<4}) -> {path}") context.close() browser.close() return 0 |
