L
L
LordOftheCode2021-10-03 09:40:21
Python
LordOftheCode, 2021-10-03 09:40:21

Why doesn't beautifulSoup parse the hidden value?

The bottom line is that I'm trying to get the hidden value input='hidden' from it's value (value)

when parsing the entire page using beautifulsoup, it does not parse this line itself,
I displayed the html page itself in the console and tried to find this element there, but it didn't Found there on the search

is it possible to get around this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
soremix, 2021-10-03
@LordOftheCode

So the content was loaded dynamically, it's not about BS4. Study the request history
https://qna.habr.com/q/1038438#answer_2008702

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question