How does python+requests get the information in the pop-up window (without selenium)?

The pop-up window in the

page is hidden in the div on this page. Only when you click the mouse will it pop up

.

how can I get the pop-up window information with requests

Jan.27,2022

Don't you give me a URL?


step 1: F12 developer mode
step 2: find out whether the response, of document has information in the window. If there is, everyone is happy, static web, all kinds of data acquisition
part 3: if not, refresh the page, repeat the first step, open the network, mouse to click the trigger pop-up window, at this time 80% of the cases found a json or js file, if there is, congratulations, completed the
step 4, if the above two or three steps are not available. Repeat the first step, refresh page, look in each js file.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-16de4a0-88ce.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-16de4a0-88ce.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?