Skip to content

Commit

Permalink
Add the "full_page_max_height" option
Browse files Browse the repository at this point in the history
  • Loading branch information
krasun committed Jun 10, 2024
1 parent fb3d5bb commit c84d6ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "screenshotone"
version = "0.0.11"
version = "0.0.12"
authors = [
{ name="Dmytro Krasun", email="support@screenshotone.com" },
]
Expand Down
5 changes: 5 additions & 0 deletions src/screenshotone/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,11 @@ def full_page_scroll_delay(self, value):
self.options['full_page_scroll_delay'] = value

return self

def full_page_max_height(self, value):
self.options['full_page_max_height'] = value

return self

def full_page_scroll_by(self, value):
self.options['full_page_scroll_by'] = value
Expand Down

0 comments on commit c84d6ae

Please sign in to comment.