scrapinghub / splash

Lightweight, scriptable browser as a service with an HTTP API
BSD 3-Clause "New" or "Revised" License
4.04k stars 507 forks source link

Spash not rendering <ng> element #1113

Open Kromag1995 opened 3 years ago

Kromag1995 commented 3 years ago

When I try to render a website it dosent load all the content inside of the element. The website https://sports.bwin.com/es/sports Mi lua script

function main(splash, args)
  splash.js_enabled = true
  splash.indexeddb_enabled = true
  splash.webgl_enabled = true
  splash.html5_media_enabled =true
  splash.media_source_enabled= true
  splash.http2_enabled = true
  splash.plugins_enabled = true
  splash.private_mode_enable = false
  assert(splash:go(args.url))
  assert(splash:wait(10))
  return {
    html = splash:html(),
    png = splash:png(),
    har = splash:har(),
  }
end

Am I doing something wrong?

jsvachon2 commented 2 years ago

For the record, I'm having a similar issue with this site:

https://www.woolworths.com.au/shop/browse/drinks/cordials-juices-iced-teas/iced-teas