Browserist

Latest version: v1.7.2

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

Scan your dependencies

Page 4 of 13

1.6.9

What's Changed
Fixes and Updates
* Documentation: Update user guide for downloading files by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/516

Updated Dependencies
* Bump pre-commit from 3.6.0 to 3.6.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/509
* Bump mkdocs-material from 9.5.7 to 9.5.9 by dependabot in https://github.com/jakob-bagterp/browserist/pull/508
* Bump pre-commit from 3.6.1 to 3.6.2 by dependabot in https://github.com/jakob-bagterp/browserist/pull/513
* Bump tox from 4.12.1 to 4.13.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/515
* Bump pytest from 8.0.0 to 8.0.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/514
* Bump pytest from 8.0.1 to 8.0.2 by dependabot in https://github.com/jakob-bagterp/browserist/pull/522
* Bump selenium from 4.17.2 to 4.18.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/521
* Bump coverage from 7.4.1 to 7.4.3 by dependabot in https://github.com/jakob-bagterp/browserist/pull/520
* Bump mkdocs-material from 9.5.9 to 9.5.11 by dependabot in https://github.com/jakob-bagterp/browserist/pull/519
* Bump pytest from 8.0.2 to 8.1.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/527
* Bump mkdocstrings from 0.24.0 to 0.24.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/526
* Bump keyring from 24.3.0 to 24.3.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/525
* Bump mkdocs-material from 9.5.11 to 9.5.12 by dependabot in https://github.com/jakob-bagterp/browserist/pull/524
* Bump mkdocs-material from 9.5.12 to 9.5.13 by dependabot in https://github.com/jakob-bagterp/browserist/pull/528
* Bump pytest from 8.1.0 to 8.1.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/531
* Bump mypy from 1.8.0 to 1.9.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/530
* Bump tox from 4.13.0 to 4.14.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/529
* Bump mkdocs-material from 9.5.13 to 9.5.14 by dependabot in https://github.com/jakob-bagterp/browserist/pull/532
* Bump mkdocstrings-python from 1.8.0 to 1.9.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/533
* Bump coverage from 7.4.3 to 7.4.4 by dependabot in https://github.com/jakob-bagterp/browserist/pull/534
* Bump pytest-cov from 4.1.0 to 5.0.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/538
* Bump mkdocs-material from 9.5.14 to 9.5.15 by dependabot in https://github.com/jakob-bagterp/browserist/pull/539
* Bump tox from 4.14.1 to 4.14.2 by dependabot in https://github.com/jakob-bagterp/browserist/pull/537
* Bump keyring from 24.3.1 to 25.0.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/535
* Bump mkdocs-material from 9.5.15 to 9.5.16 by dependabot in https://github.com/jakob-bagterp/browserist/pull/540
* Bump lxml from 5.1.0 to 5.2.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/541
* Bump selenium from 4.18.1 to 4.19.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/542
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/jakob-bagterp/browserist/pull/543
* Bump lxml from 5.2.0 to 5.2.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/547
* Bump mkdocs-material from 9.5.16 to 9.5.17 by dependabot in https://github.com/jakob-bagterp/browserist/pull/545
* Bump keyring from 25.0.0 to 25.1.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/546
* Bump pre-commit from 3.6.2 to 3.7.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/536
* Bump pillow from 10.2.0 to 10.3.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/544


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

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

Page 4 of 13

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.