S
S
sanders rocket2022-04-05 17:09:46
JavaScript
sanders rocket, 2022-04-05 17:09:46

How can I keep the page open for a long time?

How can I keep the page open for a long time?
Let me briefly clarify: there are, let’s say, 100 proxies, and you need to somehow open the page and stay on it for a certain amount of time, I don’t know how to explain, but you need 100 servers to stay on the open page

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
rPman, 2022-04-05
@rPman

you have 2 ways
simple and expensive, you need to run 100 browsers (each with its own profile with its own proxy settings)
complex but effective - you need to analyze the source texts of the web service, understand how the page works and simulate the actions you need by sending requests using your nodejs
ps most likely it will not work somewhere to save or simplify, these two ways are not only boundary but also the only working ones

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question