Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wsmonitor
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宋鹏博
wsmonitor
Commits
42604fd8
Commit
42604fd8
authored
Feb 20, 2025
by
之约
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加等待
parent
09fd3900
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
AIEditingRoomPage.py
paga/AIEditingRoomPage.py
+5
-0
No files found.
paga/AIEditingRoomPage.py
View file @
42604fd8
...
@@ -38,6 +38,7 @@ class AIER(BasePage):
...
@@ -38,6 +38,7 @@ class AIER(BasePage):
# 点击新媒体编辑
# 点击新媒体编辑
def
to_AI_Newmediaeditor
(
self
):
def
to_AI_Newmediaeditor
(
self
):
time
.
sleep
(
5
)
self
.
find_ele
(
self
.
AI_Newmediaeditor
)
.
click
()
self
.
find_ele
(
self
.
AI_Newmediaeditor
)
.
click
()
# 点击AI书评编辑
# 点击AI书评编辑
...
@@ -47,12 +48,15 @@ class AIER(BasePage):
...
@@ -47,12 +48,15 @@ class AIER(BasePage):
# 点击AI数字创作编辑
# 点击AI数字创作编辑
def
to_AI_Digitalcreation
(
self
):
def
to_AI_Digitalcreation
(
self
):
time
.
sleep
(
5
)
self
.
find_ele
(
self
.
AI_Digitalcreation
)
.
click
()
self
.
find_ele
(
self
.
AI_Digitalcreation
)
.
click
()
# 点击AI选题情报员
# 点击AI选题情报员
def
to_AI_Selectedtopic
(
self
):
def
to_AI_Selectedtopic
(
self
):
time
.
sleep
(
5
)
self
.
find_ele
(
self
.
AI_Selectedtopic
)
.
click
()
self
.
find_ele
(
self
.
AI_Selectedtopic
)
.
click
()
# 点击AI选题策划编辑
# 点击AI选题策划编辑
def
to_AI_Topicplanning
(
self
):
def
to_AI_Topicplanning
(
self
):
time
.
sleep
(
5
)
self
.
find_ele
(
self
.
AI_Topicplanning
)
.
click
()
self
.
find_ele
(
self
.
AI_Topicplanning
)
.
click
()
\ 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