Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
BrUITest
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
00d08d53
...
00d08d53278e819b244efc9b0b0be8452b896f12
authored
2023-01-05 14:44:34 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
7ddc91b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
android/login.air/login.py
android/login.air/login.py
View file @
00d08d5
...
...
@@ -13,13 +13,3 @@ def login():
text
(
"6666"
)
touch
(
Template
(
r"tpl1622181266358.png"
,
record_pos
=
(
0.002
,
-
0.308
),
resolution
=
(
1080
,
2340
)))
sleep
(
6
)
if
(
exists
(
Template
(
r"tpl1622181344490.png"
,
record_pos
=
(
0.009
,
0.414
),
resolution
=
(
1080
,
2340
)))
!=
False
):
touch
(
Template
(
r"tpl1622181344490.png"
,
record_pos
=
(
0.009
,
0.414
),
resolution
=
(
1080
,
2340
)))
sleep
(
10
)
if
(
exists
(
Template
(
r"tpl1623051624594.png"
,
record_pos
=
(
-
0.004
,
-
0.744
),
resolution
=
(
1080
,
2340
)))
!=
False
):
touch
(
Template
(
r"tpl1623052352857.png"
,
record_pos
=
(
-
0.01
,
0.701
),
resolution
=
(
1080
,
2340
)))
sleep
(
3
)
if
(
exists
(
Template
(
r"tpl1623828598507.png"
,
record_pos
=
(
-
0.2
,
0.133
),
resolution
=
(
1080
,
2340
)))
!=
False
):
touch
(
Template
(
r"tpl1623828629086.png"
,
record_pos
=
(
-
0.2
,
0.142
),
resolution
=
(
1080
,
2340
)))
sleep
(
3
)
assert_exists
(
Template
(
r"tpl1622181656726.png"
,
record_pos
=
(
0.306
,
-
0.932
),
resolution
=
(
1080
,
2340
)),
"验证登录正确"
)
...
...
Please
register
or
sign in
to post a comment