wangkun 2 years ago
parent
commit
4a4a007a28
1 changed files with 3 additions and 1 deletions
  1. 3 1
      main/click_share_video.py

+ 3 - 1
main/click_share_video.py

@@ -1,9 +1,11 @@
 # -*- coding: utf-8 -*-
 # @Author: wangkun
 # @Time: 2022/9/1
+import os
+import sys
 from appium import webdriver
 from selenium.webdriver.common.by import By
-
+sys.path.append(os.getcwd())
 from main.common import Common