mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-12 16:01:27 +08:00
refactor: NewADBDriver
This commit is contained in:
@@ -21,3 +21,7 @@ type IDevice interface {
|
||||
|
||||
// Teardown() error
|
||||
}
|
||||
|
||||
func NewDriver(device IDevice, opts ...option.DriverOption) (driver IWebDriver, err error) {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user