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