mirror of
https://github.com/yv1ing/ShotRDP.git
synced 2025-09-16 15:10:57 +08:00
弃用延时决定截图时机,使用协程检查图像情况
This commit is contained in:
@@ -13,7 +13,7 @@ func TestGetScreen(t *testing.T) {
|
||||
Windows 10 ✔
|
||||
*/
|
||||
|
||||
imgBytes, err := getScreen("192.168.250.128:3389")
|
||||
imgBytes, err := RealGetScreen("127.0.0.1:3389")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user