Hey! I’ve been automating favicon through selenium for a while now. One tip: always check the `<link>` tag in the HTML for the favicon URL.
For dynamic loading, I use `try-except` blocks too—it’s not overkill, it’s practical. To verify the image, you can use `opencv` for image comparison.
Also, check out [this guide](https://selenium.dev) for more tips!
For dynamic loading, I use `try-except` blocks too—it’s not overkill, it’s practical. To verify the image, you can use `opencv` for image comparison.
Also, check out [this guide](https://selenium.dev) for more tips!
