xuming2860
Results
1
issues of
xuming2860
from fastAutoTest.core.wx.wxEngine import WxDriver import os # 进入企鹅医典小程序 if __name__ == '__main__': wxDriver = WxDriver() wxDriver.initDriver() # 点击全部疾病 wxDriver.clickElementByXpath('/html/body/div/div[1]/div[2]/div[1]/a') wxDriver.clickFirstElementByText('肺癌') wxDriver.returnLastPage() wxDriver.returnLastPage() # 截图 dirPath = os.path.split(os.path.realpath(__file__))[0] PIC_SRC = os.path.join(dirPath,...