mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
feat: 免密自动化安装
This commit is contained in:
@@ -2,6 +2,7 @@ package uixt
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"io"
|
||||
"math"
|
||||
"strings"
|
||||
"time"
|
||||
@@ -477,6 +478,8 @@ type Device interface {
|
||||
|
||||
StartPcap() error
|
||||
StopPcap() string
|
||||
|
||||
Install(app io.ReadSeeker, opts InstallOptions) error
|
||||
}
|
||||
|
||||
type ForegroundApp struct {
|
||||
|
||||
Reference in New Issue
Block a user