We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b7f8d commit b1b3e10Copy full SHA for b1b3e10
examples/python/tests/interactions/test_print_options.py
@@ -23,8 +23,8 @@ def test_range(driver):
23
def test_size(driver):
24
driver.get("https://www.selenium.dev/")
25
print_options = PrintOptions()
26
- print_options.scale = 0.5 ## 0.1 to 2.0``
27
- assert print_options.scale == 0.5
+ print_options.page_height = 27.94 # Use page_width to assign width
+ assert print_options.page_height == 27.94
28
29
def test_margin(driver):
30
0 commit comments