mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-12 16:01:27 +08:00
fix: android by selector
This commit is contained in:
@@ -319,8 +319,8 @@ func (opt AppLaunchOption) WithEnvironment(env map[string]string) AppLaunchOptio
|
||||
return opt
|
||||
}
|
||||
|
||||
func (opt AppLaunchOption) WithAndroidBySelector(waitForComplete ...AndroidBySelector) AppLaunchOption {
|
||||
opt["androidBySelector"] = waitForComplete
|
||||
func (opt AppLaunchOption) WithBySelector(bySelector ...BySelector) AppLaunchOption {
|
||||
opt["bySelector"] = bySelector
|
||||
return opt
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user