fix: 添加电子签名占位符并更新主函数中的DailymotionClient实例
This commit is contained in:
parent
7a1ade2730
commit
2bc143dd58
@ -275,6 +275,8 @@ class DailymotionClient:
|
|||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
self.page.get_by_role("checkbox", name="By submitting the present form,", exact=False).check()
|
self.page.get_by_role("checkbox", name="By submitting the present form,", exact=False).check()
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
|
self.page.get_by_role("textbox", name="electronic signature", exact=False).fill("Liu Yitiao") # 占位
|
||||||
|
time.sleep(1)
|
||||||
self.page.set_input_files('input#request-attachments', [
|
self.page.set_input_files('input#request-attachments', [
|
||||||
self.file_path,
|
self.file_path,
|
||||||
self.file_path2
|
self.file_path2
|
||||||
@ -409,7 +411,7 @@ class DailymotionClient:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
# if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# dm = DailymotionClient("zhongpankeji@qq.com", "1q2w3eZp123@#")
|
dm = DailymotionClient("copyright@qiyi.com", "ppsIQIYI2018@")
|
||||||
# # dm.process_ticket("恋爱学园","https://www.dailymotion.com/video/x9lfr24")
|
# dm.process_ticket("恋爱学园","https://www.dailymotion.com/video/x9lfr24")
|
||||||
# # dm.report_follow_up("2990081")
|
dm.report_follow_up("13566")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user