Colly: JAVASCRIPT support

Created on 28 Oct 2018  路  1Comment  路  Source: gocolly/colly

How i can wait for javascript generated DOM?

Most helpful comment

Hi @xperiafan13-rom
Javascript generated DOMs require a javascript engine, as well as, an html and css renderer, which are the components a browser uses to display a javascript based website. Thus, without writing an entire browser in Go, your best bet is to use a headless browser such as: Google Chrome, PhantomJS, or HtmlUnit

>All comments

Hi @xperiafan13-rom
Javascript generated DOMs require a javascript engine, as well as, an html and css renderer, which are the components a browser uses to display a javascript based website. Thus, without writing an entire browser in Go, your best bet is to use a headless browser such as: Google Chrome, PhantomJS, or HtmlUnit

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mishop picture mishop  路  3Comments

0verbyte picture 0verbyte  路  5Comments

ascode picture ascode  路  3Comments

dzakaammar picture dzakaammar  路  3Comments

killernova picture killernova  路  6Comments