fix: check WDA summary logs

This commit is contained in:
debugtalk
2022-09-27 22:16:09 +08:00
parent 7c353a0283
commit 732f756778
12 changed files with 61 additions and 64 deletions
+1
View File
@@ -124,6 +124,7 @@ func WithThreshold(threshold float64) CVOption {
}
type DriverExt struct {
Device Device
Driver WebDriver
windowSize Size
frame *bytes.Buffer
+1
View File
@@ -96,6 +96,7 @@ func InitWDAClient(device *IOSDevice) (*DriverExt, error) {
}
}
driverExt.Device = iosDevice
return driverExt, nil
}