Simulated click problem in the process of python+selenium crawler

topic description

drop-down menu options cannot be extracted into a list and cannot be clicked. Please help analyze the reasons

sources of topics and their own ideas

for the app mobile handheld business hall to grab the bag, the PC side of the crawler process.
step 1: go to the home page and click "more"

clipboard.png
clipboard.png

:"" ""

clipboard.png

:""

//

import scrapy
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
from YDapp.items import YdappItem

class YdNjSpider(scrapy.Spider):


:
1.JavaScript.void0

clipboard.png
2.:

clipboard.png

clipboard.png
follow-up code will be added, please give some advice!

Apr.02,2021
Menu