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

Menu