mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-08 17:29:34 +08:00
feat: GetPackageInfo for android
This commit is contained in:
@@ -487,9 +487,10 @@ type IDevice interface {
|
||||
StartPcap() error
|
||||
StopPcap() string
|
||||
|
||||
Install(appPath string, opts *InstallOptions) error
|
||||
Uninstall(packageName string) error
|
||||
|
||||
Install(appPath string, opts *InstallOptions) error
|
||||
GetPackageInfo(packageName string) (AppInfo, error)
|
||||
}
|
||||
|
||||
type ForegroundApp struct {
|
||||
|
||||
Reference in New Issue
Block a user