收藏
回答

新手 自动化 写element就报错?

UnhandledPromiseRejectionWarning: TypeError: element.attribute is not a function

page什么的可以用,写element相关的就把错了,怎么办,或者去哪学?

ball ball 大家

回答关注问题邀请回答
收藏

1 个回答

  • 无敌胖胖
    无敌胖胖
    2021-01-06
    automator.launch().then(async miniProgram => {
      const page = await miniProgram.currentPage()
      let element = await page.$('.index-hd')
      element = await element.$('.index-desc')
      console.log(await element.text())
    })
    其实element 就是 await page.$('.index-hd')的结果 
    
    


    2021-01-06
    有用
    回复
登录 后发表内容
问题标签