mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-28 02:51:42 +08:00
change: remove options for AppLaunch/AppTerminate/AppClear
This commit is contained in:
@@ -114,13 +114,5 @@ func preHandler_Swipe(driver IDriver, options *option.ActionOptions, rawFomX, ra
|
||||
return fromX, fromY, toX, toY, nil
|
||||
}
|
||||
|
||||
func preHandler_AppLaunch(_ IDriver, options *option.ActionOptions) (err error) {
|
||||
return nil
|
||||
}
|
||||
|
||||
func preHandler_AppTerminate(_ IDriver, options *option.ActionOptions) (err error) {
|
||||
return nil
|
||||
}
|
||||
|
||||
func postHandler(_ IDriver, options *option.ActionOptions) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user