mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 15:37:35 +08:00
feat: 支持获取剪贴板
This commit is contained in:
@@ -348,3 +348,7 @@ func (hd *HDCDriver) SecondaryClick(x, y float64) (err error) {
|
||||
func (hd *HDCDriver) SecondaryClickBySelector(selector string, options ...option.ActionOption) (err error) {
|
||||
return err
|
||||
}
|
||||
|
||||
func (hd *HDCDriver) GetPasteboard() (content string, err error) {
|
||||
return "", errors.New("not implemented")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user