Skip to content Skip to sidebar Skip to footer
Showing posts with the label Web Crawler

Java Selenium, Storing Updated Page Source After Javascript Activation

I have managed to open a browser with my link and activate the javascript, which allows the page to… Read more Java Selenium, Storing Updated Page Source After Javascript Activation

Is It Possible To Plug A Javascript Engine With Ruby And Nokogiri?

I'm writing an application to crawl some websites and scrape data from them. I'm using Ruby… Read more Is It Possible To Plug A Javascript Engine With Ruby And Nokogiri?

Node.js: How To Pass Variables To Asynchronous Callbacks?

I'm sure my problem is based on a lack of understanding of asynch programming in node.js but he… Read more Node.js: How To Pass Variables To Asynchronous Callbacks?