S
S
StaticArt2018-07-19 13:55:53
Node.js
StaticArt, 2018-07-19 13:55:53

How to make it so that after .get the script executes clicking on the "Show Contacts" buttons?

Hello, here's the thing, here is an example code
const osmosis = require('osmosis');
osmosis .get
('www.google.com')
.set({'Title': 'title'}) // alternative: `.find('title').set('Title')`
.data(console. log) // displays {'Title': 'Google'}
I need to make sure that the
page is downloaded (of course .get
) data
How to implement it guys
And another small question, guys how to make it possible to rob links through osmosis, well, or is there any method?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question