mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-21 20:42:25 +08:00
refactor: init driver for device
This commit is contained in:
@@ -802,6 +802,7 @@ func WithFrequency(frequency int) DataOption {
|
||||
// current implemeted device: IOSDevice, AndroidDevice
|
||||
type Device interface {
|
||||
UUID() string
|
||||
NewDriver() (driverExt *DriverExt, err error)
|
||||
}
|
||||
|
||||
// WebDriver defines methods supported by WebDriver drivers.
|
||||
|
||||
Reference in New Issue
Block a user