为什么splash无法点击下一页?

问题描述

我一直在尝试点击“下一步”按钮以使用代码转到网站 https://www.livecoinwatch.com/ 上硬币的下一页

function main(splash,args)
  
    url = args.url
    assert(splash:go(url))
  assert(splash:wait(1))
  
  local next_page = assert(splash:select(".next a"))

  next_page:mouse_click()
    
    assert(splash:wait(10))
  
  return splash:png()
  

end

但无法点击下一步按钮。我已经重新检查我选择了正确的元素,但仍然无法点击下一页。有人能说出代码有什么问题吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)