mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-10 23:12:41 +08:00
refactor ios: replace gidevice with go-ios
This commit is contained in:
@@ -62,8 +62,9 @@ type Driver struct {
|
||||
client *http.Client
|
||||
|
||||
// cache to avoid repeated query
|
||||
scale float64
|
||||
windowSize *Size
|
||||
scale float64
|
||||
windowSize *Size
|
||||
driverResults []*DriverResult
|
||||
|
||||
// cache session data
|
||||
session DriverSession
|
||||
|
||||
Reference in New Issue
Block a user