From c008b52813b4e8e64d6843aa23f59dfb57484493 Mon Sep 17 00:00:00 2001 From: QuDian Date: Thu, 15 Nov 2018 10:08:52 +0800 Subject: [PATCH] xiugai --- README.md | 6 +++--- login.py | 2 +- logout.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 98e1553..fd45f9c 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ com = atx.connect("http://localhost:8100") ### 应用的启停 ``` -com.start_app('com.meiyou.youzijie') # 启动柚子街app +com.start_app('com.ash') # 启动 com.stop_app() #停止应用 ``` ### 基本操作 @@ -170,7 +170,7 @@ import os import time com = atx.connect("http://localhost:8100") -com.start_app("com.meiyou.youzijie") +com.start_app("com.app") print(u'开始登录测试') time.sleep(3) @@ -211,7 +211,7 @@ import os import time com = atx.connect("http://localhost:8100") -com.start_app("com.meiyou.youzijie") +com.start_app("com.") print(u'开始退出登录测试') time.sleep(3) diff --git a/login.py b/login.py index a385281..c0a9c75 100644 --- a/login.py +++ b/login.py @@ -4,7 +4,7 @@ import os import time com = atx.connect("http://localhost:8100") -com.start_app("com.meiyou.youzijie") +com.start_app("com.myapp") print(u'开始登录测试') time.sleep(3) diff --git a/logout.py b/logout.py index fde48a1..91e4254 100644 --- a/logout.py +++ b/logout.py @@ -4,7 +4,7 @@ import os import time com = atx.connect("http://localhost:8100") -com.start_app("com.meiyou.youzijie") +com.start_app("com.myapp") print(u'开始退出登录测试') time.sleep(3)