How does scrapy crawl pseudo elements, like this one?

wants to climb the div class = "shop-tab-recommend Jmurpanel" tag, but it is under the before pseudo element, solve

Mar.20,2022

":: before" cannot insert HTML element, the one you see is probably made by script.


that is not under pseudo element, but under .body-content, that is to say, at the same level as the element you want to grasp.
:: before is inserted before the first child of the element

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-1b3782e-2b8e7.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-1b3782e-2b8e7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?