node-jsdom
node-jsdom copied to clipboard
Fork of jsdom project from the 3.x branch...
npm install --save-dev node-jsdom > [email protected] install C:\Users\User\ProjectName\node_modules\contextify > node-gyp rebuild C:\Users\User\ProjectName\node_modules\contextify>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild ) Building the projects in this...
How about a big recommendation to go and use the original jsdom?
I'm a scraping a web site and must obtain the option value of and html select element. I want do, but no work ``` javascript var document = window.document var...