Robotframework-browser

Latest version: v18.6.3

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

Scan your dependencies

Page 7 of 24

14.2.0

[Browser](https://github.com/MarketSquare/robotframework-browser) is a web testing library for [Robot Framework](http://robotframework.org/) that utilizes the [Playwright](https://github.com/microsoft/playwright) tool internally. Browser library 14.2.0 is a new release with updates dependecies to resolve security problems and provides support for Python 3.11. All issues targeted for Browser library v14.2.0 can be found from the [issue tracker](https://github.com/MarketSquare/robotframework-browser/milestones%3Av14.2.0).

14.1.0

Not secure
Most important enhancements

Implemented Selector Prefix and small Bugfixes (https://github.com/MarketSquare/robotframework-browser/issues/2332)
With prefixes to selectors, it is possible to define i.e. an iframe selector, that shall be prefixed to all selectors used in the future. Prefixes have also a scope, which has been added in 14.0.0. This means, that the prefix is only valid for the scope it has been defined to and is automatically removed when the scope is left. Scopes can be Global, Suite and Test/Task.

Selector Prefix can also be defined on Library import.

See Release Notes [Browser library 14.1.0](https://github.com/MarketSquare/robotframework-browser/blob/main/docs/releasenotes/Browser-14.1.0.rst)

14.0.1

[Browser](https://github.com/MarketSquare/robotframework-browser) is a web testing library for [Robot Framework](http://robotframework.org/) that utilizes the [Playwright](https://github.com/microsoft/playwright) tool internally. Browser library 14.4.1 is a new release with bug fixes to version numbers. Other ways this is exactly same as 14.0.0 All issues targeted for Browser library v14.4.1 can be found from the [issue tracker](https://github.com/MarketSquare/robotframework-browser/milestones%3Av14.4.1). Browser library 14.4.1 was released on Saturday January 7, 2023. Browser supports Python 3.7+, Node 14/16 LTS and Robot Framework 4.0+. Library was tested with Playwright 1.29.1

14.0.0

Not secure
Most important enhancements
===========================

- Improved argument docs and updated signatures for consistency 2308
- Added Scope feature to timeout, retry_assertion and strice_mode 2319
- `Wait For Condition` to check any information that may happen on page... 2331
- FIXED: Switch Page fails when context and browser id are given as well. 2327
- FIXED:New Context with viewport set to None does not behave as in Playwright 2054

Backwards incompatible changes
==============================

- Some Assertion Keywords have old argument names `expected_value` 2329

Deprecated features
===================

- Deprecation of `delay` in milliseconds to introduce support for timedelta 2330
- Deprecation of positional arguments on `Import`, `New Browser`, `New Context` & `New Persistent Context` 2328

Acknowledgements
================

- "Press Key" documentation could use updating. 2202

13.6.0

Not secure
What's Changed
* Bump typescript-eslint/parser from 5.36.1 to 5.36.2 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2282
* Bump approvaltests from 5.6.0 to 5.6.1 in /Browser by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2280
* Bump esbuild from 0.15.6 to 0.15.7 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2278
* Bump typescript-eslint/eslint-plugin from 5.36.1 to 5.36.2 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2281
* Convert typed dict earlier in new_context by ssallmen in https://github.com/MarketSquare/robotframework-browser/pull/2211
* Bump uuid from 8.3.2 to 9.0.0 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2283
* Bump playwright from 1.25.1 to 1.25.2 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2286
* Bump grpc/grpc-js from 1.6.12 to 1.7.0 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2288
* Bump typescript from 4.8.2 to 4.8.3 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2287
* presenter mode: use scroll_to_element instead of hover by mkorpela in https://github.com/MarketSquare/robotframework-browser/pull/2289

New Contributors
* ssallmen made their first contribution in https://github.com/MarketSquare/robotframework-browser/pull/2211

**Full Changelog**: https://github.com/MarketSquare/robotframework-browser/compare/v13.5.0...v13.6.0

13.5.0

Not secure
What's Changed

This version improves the functionality of `Record Selector` by adding free text edit for generated selector and ability to test with highlight where the selector is pointing to.
When running Browser with `enable_presenter_mode=True` will stop and open selector recorder if a selector fails. The recorded selector will then be used to retry the keyword in question. This allows you to fix with one test execution all changed selectors.

* Bump approvaltests from 5.3.3 to 5.4.0 in /Browser by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2223
* Bump playwright from 1.24.1 to 1.24.2 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2222
* Bump typescript-eslint/eslint-plugin from 5.31.0 to 5.32.0 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2226
* Bump typescript-eslint/parser from 5.31.0 to 5.32.0 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2224
* Bump eslint from 8.20.0 to 8.21.0 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2225
* Bump esbuild from 0.14.51 to 0.14.53 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2227
* Bump approvaltests from 5.4.0 to 5.4.1 in /Browser by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2231
* Bump types/react from 18.0.15 to 18.0.16 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2230
* Bump esbuild from 0.14.53 to 0.14.54 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2234
* Bump typescript-eslint/eslint-plugin from 5.32.0 to 5.33.0 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2233
* Bump typescript-eslint/parser from 5.32.0 to 5.33.0 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2232
* Bump types/react from 18.0.16 to 18.0.17 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2235
* Bump grpc/grpc-js from 1.6.8 to 1.6.9 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2236
* Bump playwright from 1.24.2 to 1.25.0 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2239
* Bump eslint from 8.21.0 to 8.22.0 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2242
* Bump approvaltests from 5.4.1 to 5.4.2 in /Browser by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2243
* Bump grpc/grpc-js from 1.6.9 to 1.6.10 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2244
* Bump typescript-eslint/eslint-plugin from 5.33.0 to 5.33.1 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2246
* Bump typescript-eslint/parser from 5.33.0 to 5.33.1 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2245
* Bump playwright from 1.25.0 to 1.25.1 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2255
* Bump approvaltests from 5.4.2 to 5.5.1 in /Browser by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2256
* Bump typescript-eslint/parser from 5.33.1 to 5.34.0 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2252
* Bump typescript-eslint/parser from 5.34.0 to 5.35.1 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2258
* Topic highlights by mkorpela in https://github.com/MarketSquare/robotframework-browser/pull/2261
* Bump approvaltests from 5.5.1 to 5.6.0 in /Browser by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2260
* Bump typescript from 4.7.4 to 4.8.2 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2262
* Bump typescript-eslint/eslint-plugin from 5.33.1 to 5.35.1 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2259
* Bump eslint from 8.22.0 to 8.23.0 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2263
* Bump grpc/grpc-js from 1.6.10 to 1.6.11 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2265
* Bump esbuild-node-externals from 1.4.1 to 1.5.0 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2264
* Bump types/react from 18.0.17 to 18.0.18 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2267
* Bump typescript-eslint/parser from 5.35.1 to 5.36.1 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2268
* Bump typescript-eslint/eslint-plugin from 5.35.1 to 5.36.1 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2269
* Bump esbuild from 0.14.54 to 0.15.6 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2266
* Topic selector recorder in presenter mode by mkorpela in https://github.com/MarketSquare/robotframework-browser/pull/2271
* more styling by mkorpela in https://github.com/MarketSquare/robotframework-browser/pull/2273
* Bump grpc/grpc-js from 1.6.11 to 1.6.12 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2272
* Bump grpcio from 1.47.0 to 1.48.1 in /Browser by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2275
* Bump grpcio-tools from 1.47.0 to 1.48.1 in /Browser by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/2274


**Full Changelog**: https://github.com/MarketSquare/robotframework-browser/compare/v13.4.0...v13.5.0

Page 7 of 24

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.