Browserist

Latest version: v1.7.1

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 13

1.6.8

What's Changed
New Features
* Feature: Return value for cookie banner combo so it can be used with conditional if statements by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/207
* Feature: Return value for login combo so it can be used with conditional if statements by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/503

Fixes and Updates
* Feature: Update tests of login combo and cookie banner combo methods by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/507

Updated Dependencies
* Bump lxml from 5.0.0 to 5.0.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/491
* Bump pillow from 10.1.0 to 10.2.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/490
* Bump flake8 from 6.1.0 to 7.0.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/492
* Bump lxml from 5.0.1 to 5.1.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/493
* Bump tox from 4.11.4 to 4.12.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/495
* Bump mkdocstrings-python from 1.7.5 to 1.8.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/494
* Bump actions/cache from 3 to 4 by dependabot in https://github.com/jakob-bagterp/browserist/pull/498
* Bump mkdocs-material from 9.5.3 to 9.5.4 by dependabot in https://github.com/jakob-bagterp/browserist/pull/496
* Bump tox from 4.12.0 to 4.12.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/497
* Bump pytest from 7.4.4 to 8.0.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/501
* Bump mkdocs-material from 9.5.4 to 9.5.6 by dependabot in https://github.com/jakob-bagterp/browserist/pull/499
* Bump coverage from 7.4.0 to 7.4.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/500
* Bump selenium from 4.16.0 to 4.17.2 by dependabot in https://github.com/jakob-bagterp/browserist/pull/502
* Bump mkdocs-git-revision-date-localized-plugin from 1.2.2 to 1.2.4 by dependabot in https://github.com/jakob-bagterp/browserist/pull/504
* Bump mkdocs-minify-plugin from 0.7.2 to 0.8.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/505
* Bump mkdocs-material from 9.5.6 to 9.5.7 by dependabot in https://github.com/jakob-bagterp/browserist/pull/506


**Full Changelog**: https://github.com/jakob-bagterp/browserist/compare/v1.6.7...v1.6.8

1.6.7

What's Changed
New Features
* Feature: Update list of common devices for viewport by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/485

Fixes and Updates
* Documentation: User guide to download methods by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/474
* Feature: Update and confirm usage of preliminary temporary files for various browsers: Safari, Edge, Firefox by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/484

Updated Dependencies
* Bump coverage from 7.3.4 to 7.4.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/486
* Bump lxml from 4.9.4 to 5.0.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/487
* Bump pytest from 7.4.3 to 7.4.4 by dependabot in https://github.com/jakob-bagterp/browserist/pull/488
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/jakob-bagterp/browserist/pull/489


**Full Changelog**: https://github.com/jakob-bagterp/browserist/compare/v1.6.6...v1.6.7

1.6.6

What's Changed
Fixes and Updates
* Test: Enhance checks of browser.click.download_and_get_file_path() method by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/481
* Feature: Simulate tests and timing of download stages by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/483
* Fix: Final download file sometimes is temporary file in Chrome by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/482


**Full Changelog**: https://github.com/jakob-bagterp/browserist/compare/v1.6.5...v1.6.6

1.6.5

What's Changed
Fixes and Updates
* Fix: Await transient and preliminary temporary download files for Chrome by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/480

Updated Dependencies
* Bump mypy from 1.7.1 to 1.8.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/475
* Bump mkdocs-material from 9.5.2 to 9.5.3 by dependabot in https://github.com/jakob-bagterp/browserist/pull/476
* Bump coverage from 7.3.3 to 7.3.4 by dependabot in https://github.com/jakob-bagterp/browserist/pull/479
* Bump mkdocs-git-revision-date-localized-plugin from 1.2.1 to 1.2.2 by dependabot in https://github.com/jakob-bagterp/browserist/pull/477
* Bump lxml from 4.9.3 to 4.9.4 by dependabot in https://github.com/jakob-bagterp/browserist/pull/478


**Full Changelog**: https://github.com/jakob-bagterp/browserist/compare/v1.6.4...v1.6.5

1.6.4

What's Changed
Breaking Changes
* Feature: Update default directory for screenshots to a user's downloads folder by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/457

New Features
* Feature: Add default directory for downloads by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/458
* Feature: Add wait for file download methods does_not_exist() and exists() by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/464
* Feature: Add download file methods browser.click.download() and browser.click.download_and_get_file_path() by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/465

Fixes and Updates
* Feature: Optimise performance in check connection with requests session by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/471
* Fix: Coverage report error for requests (ModuleNotFoundError) by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/473
* Fix: Suppress no internet exception ConnectionError for test fixtures by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/470

Updated Dependencies
* Bump selenium from 4.15.2 to 4.16.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/462
* Bump tox from 4.11.3 to 4.11.4 by dependabot in https://github.com/jakob-bagterp/browserist/pull/454
* Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/jakob-bagterp/browserist/pull/460
* Bump mkdocs-material from 9.4.14 to 9.5.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/463
* Bump pre-commit from 3.5.0 to 3.6.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/461
* Bump github/codeql-action from 2 to 3 by dependabot in https://github.com/jakob-bagterp/browserist/pull/466
* Bump mkdocs-minify-plugin from 0.7.1 to 0.7.2 by dependabot in https://github.com/jakob-bagterp/browserist/pull/467
* Bump mkdocs-material from 9.5.1 to 9.5.2 by dependabot in https://github.com/jakob-bagterp/browserist/pull/468
* Bump coverage from 7.3.2 to 7.3.3 by dependabot in https://github.com/jakob-bagterp/browserist/pull/469


**Full Changelog**: https://github.com/jakob-bagterp/browserist/compare/v1.6.3...v1.6.4

1.6.3

What's Changed
New Features
* Feature: Add Python 3.12 support by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/361

Fixes and Updates
* Fix: Missing images on documentation site on GitHub Pages by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/452
* Fix: Update setuptools to latest version and fix failed test runs on GitHub Actions by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/451

Documentation
* Documentation: Add description of check_connection parameter to BrowserSettings section by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/449
* Documentation: Various corrections (part 12) by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/453
* Documentation: Various corrections (part 12) by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/367

Updated Dependencies
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/jakob-bagterp/browserist/pull/391
* Bump mkdocs-material from 9.2.5 to 9.2.8 by dependabot in https://github.com/jakob-bagterp/browserist/pull/390
* Bump mkdocstrings-python from 1.6.0 to 1.6.2 by dependabot in https://github.com/jakob-bagterp/browserist/pull/389
* Bump pytest from 7.4.1 to 7.4.2 by dependabot in https://github.com/jakob-bagterp/browserist/pull/386
* Bump coverage from 7.3.0 to 7.3.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/388
* Bump tox from 4.11.1 to 4.11.3 by dependabot in https://github.com/jakob-bagterp/browserist/pull/387
* Bump mkdocstrings-python from 1.6.2 to 1.7.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/393
* Bump mkdocs-material from 9.2.8 to 9.3.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/394
* Bump pillow from 10.0.0 to 10.0.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/392
* Bump mkdocs from 1.5.2 to 1.5.3 by dependabot in https://github.com/jakob-bagterp/browserist/pull/396
* Bump mkdocs-material-extensions from 1.1.1 to 1.2 by dependabot in https://github.com/jakob-bagterp/browserist/pull/397
* Bump mkdocs-material from 9.3.1 to 9.4.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/395
* Bump mkdocstrings-python from 1.7.0 to 1.7.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/400
* Bump mkdocs-material from 9.4.1 to 9.4.2 by dependabot in https://github.com/jakob-bagterp/browserist/pull/398
* Bump selenium from 4.12.0 to 4.13.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/399
* Bump mkdocstrings-python from 1.7.1 to 1.7.2 by dependabot in https://github.com/jakob-bagterp/browserist/pull/403
* Bump coverage from 7.3.1 to 7.3.2 by dependabot in https://github.com/jakob-bagterp/browserist/pull/402
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/jakob-bagterp/browserist/pull/401
* Bump mkdocs-material from 9.4.2 to 9.4.4 by dependabot in https://github.com/jakob-bagterp/browserist/pull/404
* Bump pre-commit from 3.4.0 to 3.5.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/407
* Bump mkdocstrings-python from 1.7.2 to 1.7.3 by dependabot in https://github.com/jakob-bagterp/browserist/pull/409
* Bump mkdocs-material from 9.4.4 to 9.4.6 by dependabot in https://github.com/jakob-bagterp/browserist/pull/410
* Bump mkdocs-git-revision-date-localized-plugin from 1.2.0 to 1.2.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/408
* Bump selenium from 4.13.0 to 4.14.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/406


**Full Changelog**: https://github.com/jakob-bagterp/browserist/compare/v1.6.2...v1.6.3

Page 4 of 13

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.