Ok, I installed cherio as you recommend.
Another problem:
[{"id":"8d1a968.84be568","type":"inject","z":"fb6d8306.816e6","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":300,"y":240,"wires":[["c1b49fbb.618cc"]]},{"id":"c1b49fbb.618cc","type":"http request","z":"fb6d8306.816e6","name":"","method":"GET","ret":"txt","url":"http://m.traxelektronik.pl/index.php?type=2&elid=2666","tls":"","x":470,"y":260,"wires":[["48a65208.9610ac"]]},{"id":"48a65208.9610ac","type":"function","z":"fb6d8306.816e6","name":"","func":"var doc = msg.payload;\n//var qs = global.get('qs');\n//var jsdom = global.get('jsdom');\n//doc.qs(\"p\");\nglobal.get('cherio');\ndoc.nextAll('p')","outputs":1,"noerr":0,"x":690,"y":300,"wires":[["8cf50587.b5dd98"]]},{"id":"8cf50587.b5dd98","type":"debug","z":"fb6d8306.816e6","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","x":670,"y":140,"wires":[]}]
TypeError: doc.nextAll is not a function
I would like to get this value:
from
http://m.traxelektronik.pl/index.php?type=2&elid=2666
I know that this is possible by html node with selector... I would like to get the same using function node.