seleniumbase / SeleniumBase

📊 Blazing fast Python framework for web crawling, scraping, testing, and reporting. Supports pytest. Stealth abilities: UC Mode and CDP Mode.
https://seleniumbase.io
MIT License
5.44k stars 983 forks source link

Make sure all examples are up-to-date. (2024 edition) #3158

Closed mdmintz closed 2 months ago

mdmintz commented 2 months ago

Make sure all examples are up-to-date. (2024 edition)

There are over 200 SeleniumBase examples in the SeleniumBase/examples/ folder (and subfolders). Most of these examples run on external websites that occasionally change their layout and CSS structure, which may cause examples to break. I should go through all the examples and update them as necessary so that things pass when they should pass, and that they fail when they are expected to fail (about 10% are expected failures to test that the assert statements are working properly).

mdmintz commented 2 months ago

This was resolved in 4.31.0 - https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.31.0