Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
live-uitest
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangying
live-uitest
Commits
6f142aa9
Commit
6f142aa9
authored
May 10, 2021
by
zhangying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6f3ba11b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
.idea/workspace.xml
+9
-0
app.driver.py
+0
-4
No files found.
.idea/workspace.xml
View file @
6f142aa9
...
...
@@ -14,6 +14,10 @@
</list>
</option>
</component>
<component
name=
"Git.Settings"
>
<option
name=
"RECENT_GIT_ROOT_PATH"
value=
"$PROJECT_DIR$"
/>
<option
name=
"UPDATE_TYPE"
value=
"MERGE"
/>
</component>
<component
name=
"ProjectId"
id=
"1rs9ZpPilAAlLNqzhekOkTFPGAp"
/>
<component
name=
"ProjectViewState"
>
<option
name=
"hideEmptyMiddlePackages"
value=
"true"
/>
...
...
@@ -236,5 +240,9 @@
<screen
x=
"0"
y=
"23"
width=
"1680"
height=
"1027"
/>
</state>
<state
x=
"529"
y=
"370"
key=
"com.intellij.ide.util.TipDialog/0.23.1680.1027@0.23.1680.1027"
timestamp=
"1620266238812"
/>
<state
x=
"633"
y=
"443"
key=
"com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2"
timestamp=
"1620647359543"
>
<screen
x=
"0"
y=
"23"
width=
"1680"
height=
"1027"
/>
</state>
<state
x=
"633"
y=
"443"
key=
"com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/0.23.1680.1027@0.23.1680.1027"
timestamp=
"1620647359543"
/>
</component>
</project>
\ No newline at end of file
app.driver.py
View file @
6f142aa9
...
...
@@ -33,6 +33,3 @@ def get_app_driver(PATH_TO_BINARY_APP):
if
__name__
==
'__main__'
:
driver
=
get_app_driver
(
'/Applications/小麦企学院.app/Contents/MacOS/小麦企学院'
)
driver
.
find_element_by_id
(
"rc-tabs-0-tab-2"
)
.
click
()
# driver.find_element_by_class_name("xm_input").click()
# time.sleep(3)
# driver.find_element_by_class_name("xm_input").send_keys("15068165765")
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment