无法使用 Splash 在 TradingView 上加载 javascript 内容

问题描述

enter image description here

什么是飞溅渲染

enter image description here

我的浏览呈现什么

我正在使用的 Lua 脚本:

function main(splash)

splash.private_mode_enabled = false

local url = splash.args.url

assert(splash:go(url))

assert(splash:wait(10))

return {

html = splash:html(),png = splash:png(),har = splash:har(),}

end

我正在尝试抓取 ('.tabSelected-HYHP1WHx .tabValue-HYHP1WHx') 这是 Bitstamp 上的 BTC 价格(选中的第一个蓝色框)。

任何帮助都会非常有用。

https://in.tradingview.com/symbols/BTCUSD/

解决方法

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

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

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