javascript - Clicking on a dynamic link with scrapy -


i have clickable link on dynamically created page, looks like:

<a id="ucresultsgrid_x0a" href='javascript:webform_dopostbackwithoptions(new webform_postbackoptions("ucresultsgrid$x0a", "", false, "", "webproperty.aspx?dbkey=parkercad&amp;stype=id&amp;sdata=x0a&amp;time=201606062005057&amp;id=x0a", false, true))' style="text-decoration:underline;">view detail</a> 

what approach best click link scrapy?

i'm not familiar scrapy can suggest alternative :-)

have looked alternative such casperjs? provide example minimal scraping scraping google.

please note, need use either slimerjs or phantomjs casperjs.