Skip to content

Commit

Permalink
Updating Headless
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit3200 committed Jun 14, 2024
1 parent b5576fe commit 82d95b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_screenshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def setUpClass(cls):
cls.p = sync_playwright().start()
# Launch the browser
cls.browser = cls.p.chromium.launch(
headless=False
headless=True
) # Set headless=True if you don't want to see the browser
context = cls.browser.new_context()
cls.page = context.new_page()
Expand Down

0 comments on commit 82d95b9

Please sign in to comment.