Skip to content

Commit 1d11dbe

Browse files
authored
Merge pull request #146 from Integration-Automation/dev
Dev
2 parents 6795232 + 8ba745d commit 1d11dbe

File tree

2 files changed

+40
-17
lines changed

2 files changed

+40
-17
lines changed

.idea/workspace.xml

+27-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import subprocess
2+
import time
3+
4+
from je_auto_control import screenshot
5+
6+
subprocess.Popen("notepad.exe", stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL, shell=True)
7+
8+
time.sleep(10)
9+
10+
# screenshot and save
11+
image = screenshot("test.png")
12+
assert (image is not None)
13+
print(image)

0 commit comments

Comments
 (0)