mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-17 23:47:37 +08:00
refactor: DriverSession
This commit is contained in:
@@ -93,7 +93,7 @@ type AndroidDevice struct {
|
||||
}
|
||||
|
||||
func (dev *AndroidDevice) Setup() error {
|
||||
dev.RunShellCommand("ime", "enable", UnicodeImePackageName)
|
||||
dev.RunShellCommand("ime", "enable", option.UnicodeImePackageName)
|
||||
dev.RunShellCommand("rm", "-r", config.DeviceActionLogFilePath)
|
||||
|
||||
// setup evalite
|
||||
|
||||
Reference in New Issue
Block a user