niklasb / dryscrape

[not actively maintained] A lightweight Python library that uses Webkit to enable easy scraping of dynamic, Javascript-heavy web pages
http://dryscrape.readthedocs.io/
MIT License
533 stars 67 forks source link

Can't get DOM that's generated by javascript #78

Closed kylelix7 closed 7 years ago

kylelix7 commented 7 years ago

OS: Ubuntu 16.04 Dryscrape:

kyle@Evo:~$ pip3 show dryscrape
Name: dryscrape
Version: 1.0

I am trying to scrape the job page in rbc. https://jobs.rbc.com/ca/en/job/RBCAA00881804/Application-Developer

However, after session.visit, I can't get the dom properly. The job information is still insite a Githubissues.

  • Githubissues is a development platform for aggregating issues.