Browserist

Latest version: v1.7.5

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

Scan your dependencies

Page 8 of 14

1.3.0

What's Changed
New Features
* Feature: Add new wait function for fixed sleep timing by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/221
* Rename wait function for "random time" to "random seconds" so it's more semantically correct by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/220

Fixes and Updates
* Feature: Add method for click button without wait for internal use by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/206
* Fix: Restrict and downgrade Setuptools to specific working version by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/223
* Fix: Test timing of wait fixed seconds method by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/224

Updated Dependencies
* Bump mypy from 0.982 to 0.990 by dependabot in https://github.com/jakob-bagterp/browserist/pull/200
* Bump keyring from 23.9.3 to 23.11.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/199
* Bump tox from 3.27.0 to 3.27.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/202
* Bump mypy from 0.990 to 0.991 by dependabot in https://github.com/jakob-bagterp/browserist/pull/201
* Bump flake8 from 5.0.4 to 6.0.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/203
* Bump tox from 3.27.1 to 4.0.3 by dependabot in https://github.com/jakob-bagterp/browserist/pull/205
* Bump tox from 4.0.3 to 4.0.8 by dependabot in https://github.com/jakob-bagterp/browserist/pull/208
* Bump tox from 4.0.8 to 4.0.9 by dependabot in https://github.com/jakob-bagterp/browserist/pull/210
* Bump lxml from 4.9.1 to 4.9.2 by dependabot in https://github.com/jakob-bagterp/browserist/pull/209
* Bump tox from 4.0.9 to 4.0.11 by dependabot in https://github.com/jakob-bagterp/browserist/pull/211
* Bump keyring from 23.11.0 to 23.13.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/214
* Bump tox from 4.0.11 to 4.0.14 by dependabot in https://github.com/jakob-bagterp/browserist/pull/213
* Bump coverage from 6.5.0 to 7.0.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/212
* Bump tox from 4.0.14 to 4.0.15 by dependabot in https://github.com/jakob-bagterp/browserist/pull/215
* Bump tox from 4.0.15 to 4.0.16 by dependabot in https://github.com/jakob-bagterp/browserist/pull/216
* Bump tox from 4.0.16 to 4.0.18 by dependabot in https://github.com/jakob-bagterp/browserist/pull/222
* Bump coverage from 7.0.0 to 7.0.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/218
* Bump pre-commit from 2.20.0 to 2.21.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/217
* Bump tox from 4.0.18 to 4.0.19 by dependabot in https://github.com/jakob-bagterp/browserist/pull/225


**Full Changelog**: https://github.com/jakob-bagterp/browserist/compare/v1.2.0...v1.3.0

1.2.0

What's Changed
New Features
* Feature: Add option for pathlib Path input for screenshot directory and settings (and update internal handling of paths with pathlib) by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/186
* Feature: Add newly released Python 3.11 to test matrix by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/193

Fixes and Updates
* Fix: Python 3.11 errors in device size data classes by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/198
* Minor optimisation: Update common device size data classes by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/196
* Update documentation of settings by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/185

Updated Dependencies
* Bump mypy from 0.961 to 0.981 by dependabot in https://github.com/jakob-bagterp/browserist/pull/188
* Bump coverage from 6.4.4 to 6.5.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/190
* Bump pytest-cov from 3.0.0 to 4.0.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/189
* Bump mypy from 0.981 to 0.982 by dependabot in https://github.com/jakob-bagterp/browserist/pull/192
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/jakob-bagterp/browserist/pull/191
* Bump tox from 3.26.0 to 3.27.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/194
* Bump pytest from 7.1.3 to 7.2.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/195
* Bump pillow from 9.2.0 to 9.3.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/197

**Full Changelog**: https://github.com/jakob-bagterp/browserist/compare/v1.1.3...v1.2.0

1.1.3

What's Changed
New Features
* Feature: Add Codecov to GitHub Actions workflow by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/164
* Feature: Add internal get elements method and refactor other methods by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/183

Fixes and Updates
* Minor refactor of browser initiation by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/184


**Full Changelog**: https://github.com/jakob-bagterp/browserist/compare/v1.1.2...v1.1.3

1.1.2

What's Changed
Fixes and Updates
* Minor refactor of test_open_url_if_not_current_by_timing_performance() by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/176
* Minor refactor of if/else expressions by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/175
* Minor refactor of set viewport when the Browser is initialised by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/177
* Fix: Misleading tests and too many parentheses in check_if_is_clickable() method by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/178
* Minor refactor of check_if_is_displayed() and check_if_is_enabled() methods by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/179
* Feature: Add internal get element method and refactor other methods by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/180
* Fix MyPy issues check_if_is_displayed() and check_if_is_enabled() methods by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/181

Updated Dependencies
* Bump keyring from 23.9.1 to 23.9.3 by dependabot in https://github.com/jakob-bagterp/browserist/pull/182


**Full Changelog**: https://github.com/jakob-bagterp/browserist/compare/v1.1.1...v1.1.2

1.1.1

What's Changed
Breaking Changes
* Rename "DeviceViewport" class to "DeviceViewportSize" by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/174

Fixes and Updates
* Refactor and add viewport helper method to calculate size adjustment for 2nd pass in set_viewport_size() by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/173

**Full Changelog**: https://github.com/jakob-bagterp/browserist/compare/v1.1.0...v1.1.1

1.1.0

What's Changed
Breaking Changes
* Feature: Rename screen size methods to viewport by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/170
* Feature: Refactor and viewport get methods into separate method group by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/171
* Feature: Refactor and viewport set methods into separate method group by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/172

New Features
* Feature: Add common screen sizes and new set size by device method by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/168
* Feature: Add set screen size method by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/165
* Feature: Add screen size to browser settings and initialisation by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/169
* Feature: Add new check if element is in viewport method by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/158
* Feature: Refactor and rename scroll_into_view_if_not_visible() to scroll_into_view_if_not_in_viewport() by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/159

Fixes and Updates
* Test: Increase coverage of tests by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/157
* Minor refactor of if/else expressions by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/167
* Rename get screen size method from "size" to "get_size" by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/166

Updated Dependencies
* Bump pytest from 7.1.2 to 7.1.3 by dependabot in https://github.com/jakob-bagterp/browserist/pull/161
* Bump keyring from 23.8.2 to 23.9.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/162
* Bump tox from 3.25.1 to 3.26.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/163

**Full Changelog**: https://github.com/jakob-bagterp/browserist/compare/v1.0.1...v1.1.0

Page 8 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.