dededdew
This commit is contained in:
@@ -220,6 +220,8 @@ class WeexTransaction:
|
||||
self.mn_tab.ele('x://*[contains(text(), "卖出开空")]').click()
|
||||
self.start = -1
|
||||
|
||||
self.mn_tab.close()
|
||||
|
||||
def get_text(self, target_text):
|
||||
# 去除目标文本中的空白字符
|
||||
cleaned_target_text = re.sub(r'\s', '', target_text)
|
||||
|
||||
Reference in New Issue
Block a user