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 51080ec commit 0c2cd07Copy full SHA for 0c2cd07
test/unit_test/screen/screenshot_test.py
@@ -7,7 +7,7 @@
7
assert (image is not None)
8
print(image)
9
10
-subprocess.Popen("calc", stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL, shell=True)
+subprocess.call("notepad.exe")
11
12
# screenshot and save
13
image = screenshot("test.png")
0 commit comments