Commit d89615d9 by 谢非

Update AiNewmediaeditorPage.py

parent ff91cb95
......@@ -35,6 +35,7 @@ class AiNewmediaeditor(BasePage):
# 微博
def ai_Weibo(self):
time.sleep(3)
self.find_ele(self.more_btn).click()
time.sleep(3)
self.find_ele(self.Weibo_book).click()
......@@ -45,6 +46,7 @@ class AiNewmediaeditor(BasePage):
# 上传直播间口播稿
def update_ai_broadcasting(self,text,updata_path):
time.sleep(3)
self.find_ele(self.more_btn).click()
time.sleep(3)
self.find_ele(self.broadcasting_btn).click()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment