refactor: NewADBDriver

This commit is contained in:
lilong.129
2025-02-06 21:39:17 +08:00
parent 94d3cb785c
commit f87d37d5c6
12 changed files with 164 additions and 167 deletions

View File

@@ -21,3 +21,7 @@ type IDevice interface {
// Teardown() error
}
func NewDriver(device IDevice, opts ...option.DriverOption) (driver IWebDriver, err error) {
return
}