mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-03 04:26:58 +08:00
feat: device新增截图方法
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package uixt
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"code.byted.org/iesqa/ghdc"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/rs/zerolog/log"
|
||||
@@ -106,3 +107,7 @@ func (dev *HarmonyDevice) NewDriver() (IDriver, error) {
|
||||
}
|
||||
return driver, nil
|
||||
}
|
||||
|
||||
func (dev *HarmonyDevice) ScreenShot() (*bytes.Buffer, error) {
|
||||
return nil, errors.New("not implemented")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user