Browse Source

MOD:落地页--创建落地页修复

cxyu 3 năm trước cách đây
mục cha
commit
359f98a487
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      wechat_action/create_ad_layout.py

+ 1 - 1
wechat_action/create_ad_layout.py

@@ -27,7 +27,7 @@ class CreateAd:
 
         try:
             # 落地页内容有的账户有,有的无,无的默认等5s
-            WebDriverWait(self.driver, 5).until(lambda driver: self.driver.find_elements_by_xpath(
+            WebDriverWait(self.driver, 5).until(lambda driver: self.driver.find_element_by_xpath(
                 '//*[@class="adui-table-tr"]'))
         except:
             pass