fix: merge

This commit is contained in:
huangbin.beal@163.com
2025-02-19 21:27:31 +08:00
parent 3323f5d3be
commit ce344efcb6
6 changed files with 33 additions and 241 deletions

View File

@@ -42,7 +42,7 @@ func (dev *BrowserDevice) UUID() string {
}
func (dev *BrowserDevice) Setup() error {
return errors.New("not support")
return nil
}
func (dev *BrowserDevice) LogEnabled() bool {
@@ -50,7 +50,7 @@ func (dev *BrowserDevice) LogEnabled() bool {
}
func (dev *BrowserDevice) Teardown() error {
return errors.New("not support")
return nil
}
func (dev *BrowserDevice) Install(appPath string, opts ...option.InstallOption) error {