Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question