P
P
PRoGRamm_InG2021-09-01 20:31:30
Python
PRoGRamm_InG, 2021-09-01 20:31:30

How to start parsing a site that opens content after clicking on a button?

The site opens content only after clicking the button. I'm trying to parse it. Perhaps you need to pass a parameter that is responsible for pressing the button (such as OnButtonClicked), if so, how to pass it and how to find out which parameter the button is responsible for?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
soremix, 2021-09-01
@PRoGRamm_InG

https://qna.habr.com/q/1038438#answer_2008702

A
Andrew, 2021-09-01
@AndreyJoestar

go to the network and track the requests that go during and after the button is pressed. Further on the url in this request, parse the info

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question