update: android douyin demo

This commit is contained in:
xucong053
2022-09-28 14:36:00 +08:00
parent 5753955668
commit 2ad38c2031
3 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -304,7 +304,7 @@ func (dExt *DriverExt) IsImageExist(text string) bool {
var errActionNotImplemented = errors.New("UI action not implemented")
func (dExt *DriverExt) DoAction(action MobileAction) error {
log.Info().Str("method", string(action.Method)).Interface("params", action.Params).Msg("start iOS UI action")
log.Info().Str("method", string(action.Method)).Interface("params", action.Params).Msg("start UI action")
switch action.Method {
case AppInstall: