Browserist

Latest version: v1.6.22

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

Scan your dependencies

Page 7 of 12

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

1.0.1

What's Changed
New Features
* Feature: Optimise performance of complete page screenshot and merge images by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/155

Fixes and Updates
* Test: Increase coverage of non-Firefox complete page screenshot method for pages that only require a single temp image by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/156
* Fix: Arguments x, y in async_scroll_to_position() should be used correctly by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/154

Updated Dependencies
* Bump coverage from 6.4.3 to 6.4.4 by dependabot in https://github.com/jakob-bagterp/browserist/pull/153

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

1.0.0

What's Changed
New Features
* Feature: Timeout strategy and settings by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/86
* Refactor: Move select_input_field() method to input method group by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/143
* Feature: Add new scroll left by and scroll right by methods by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/145
* Feature: Add new execute script tool method by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/150
* Feature: Add get window width and height methods by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/151

Fixes and Updates
* Feature: Refactor and use execute_script() method in other methods by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/152
* Feature: Optimise and refactor click_button_if_contains_text() method by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/149
* Refactor: Minor rename of clear input method from "input_clear" to "clear_input_field". by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/144
* Feature: Increase test coverage of check if methods by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/141
* Refactor: Rearrange layout of driver get text and other element methods for readability by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/142

Updated Dependencies
* Bump keyring from 23.7.0 to 23.8.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/146
* Bump coverage from 6.4.2 to 6.4.3 by dependabot in https://github.com/jakob-bagterp/browserist/pull/147
* Bump keyring from 23.8.1 to 23.8.2 by dependabot in https://github.com/jakob-bagterp/browserist/pull/148

**Full Changelog**: https://github.com/jakob-bagterp/browserist/compare/v0.17.0...v1.0.0

Page 7 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.