mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-06 07:57:27 +08:00
faet: add ScreenCap for gadb
This commit is contained in:
@@ -140,7 +140,7 @@ func TestScreenCap(t *testing.T) {
|
||||
t.Error(err)
|
||||
}
|
||||
d := dl[0]
|
||||
res, err := d.RunShellCommandV2WithBytes("screencap", "-p")
|
||||
res, err := d.ScreenCap()
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user