Today's technical sharing is: selenium script
Can't sleep and the boss happens to ask me to do software, I feel like sharing a bit.
For those who are working on scraping, manual scraping has always been a headache. Simple projects are manageable, but complex ones can be quite troublesome. Using ads synchronization makes you fear being targeted, so what to do? Don't panic, there's selenium,
It's a simulation framework that can simulate your operations by capturing the HTML page tags for recognition and clicking.
Different strategies can be formulated based on different requirements to free your hands,
Later, I will teach everyone how to create a simple script.
Follow me for more technical content.