We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d10a1 commit 8891aa0Copy full SHA for 8891aa0
.github/scripts/take_screenshot.py
@@ -34,7 +34,7 @@ def take_screenshot(driver, url, selector, output_name):
34
)
35
temp_output = output_name
36
element.screenshot(temp_output)
37
- crop_image(temp_output, output_name)
+ # crop_image(temp_output, output_name)
38
39
40
def main():
0 commit comments