问题
I would like to search through a list (see below figure) that is very long, over 100 pages. The list contains football scouts and I am only interested in those with specific attributes. The attributes can be seen when hovering the mouse over the small boxes on the right side (yellow highlights).
The script should extract the scout with 3 attributes = 20. (Discipline 20, Motivation 20, Potential assessment 20).
The chosen scouts should be inserted into an excel sheet (see second figure below) with only the name.
Figure 1: The list looks like this: (When hovering over the small attribute logo a box pops up)
Figure 2 : Output; an excel document containing the scout's name.
The attributes can also be seen when clicking on the scout's name.
Hope it makes sense! ..
来源:https://stackoverflow.com/questions/61291183/web-scraping-through-pagination-list