Skip to content

Commit

Permalink
πŸ“ Update default height
Browse files Browse the repository at this point in the history
  • Loading branch information
asim-shrestha committed Jul 22, 2024
1 parent 1d067be commit 539fbf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion harambe/contrib/playwright/harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
PageFactory = Callable[..., Awaitable[PlaywrightPage]]

DEFAULT_USER_AGENT = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"
DEFAULT_VIEWPORT: ViewportSize = {"width": 1280, "height": 1024}
DEFAULT_VIEWPORT: ViewportSize = {"width": 1440, "height": 1024}


@asynccontextmanager
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "harambe-sdk"
version = "0.17.1"
version = "0.17.11"
description = "Data extraction SDK for Playwright πŸ’πŸŒ"
authors = ["awtkns <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 539fbf3

Please sign in to comment.