htmlcmp 1.2.3__tar.gz → 1.2.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: htmlcmp
3
- Version: 1.2.3
3
+ Version: 1.2.4
4
4
  Summary: Compare HTML files by rendered output
5
5
  Author: Andreas Stefl
6
6
  Maintainer-email: Andreas Stefl <stefl.andreas@gmail.com>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "htmlcmp"
3
- version = "1.2.3"
3
+ version = "1.2.4"
4
4
  description = "Compare HTML files by rendered output"
5
5
  classifiers = []
6
6
  authors = [
@@ -51,7 +51,7 @@ def screenshot(browser: webdriver.Remote, url: str) -> Image.Image:
51
51
 
52
52
  time.sleep(loaded_page_settling_time)
53
53
 
54
- png = browser.get_full_page_screenshot_as_png()
54
+ png = browser.get_screenshot_as_png()
55
55
  return Image.open(io.BytesIO(png))
56
56
 
57
57
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: htmlcmp
3
- Version: 1.2.3
3
+ Version: 1.2.4
4
4
  Summary: Compare HTML files by rendered output
5
5
  Author: Andreas Stefl
6
6
  Maintainer-email: Andreas Stefl <stefl.andreas@gmail.com>
File without changes
File without changes
File without changes
File without changes