Robotframework-browser

Latest version: v19.1.2

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

Scan your dependencies

Page 10 of 25

13.2.0

Not secure
[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 13.2.0 is a new release with enhancements to Get Elements States and Evaluate JavaScript keyword and bug fixes when installing in Windows OS. All issues targeted for Browser library v13.2.0 can be found from the [issue tracker](https://github.com/MarketSquare/robotframework-browser/milestones%3Av13.2.0).

Browser library 13.2.0 was released on Friday June 24, 2022. Browser supports Python 3.7+, Node 12/14/16 LTS and Robot Framework 4.0+. Library was tested with Playwright 1.22.2

13.1.0

Not secure
[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 13.1.0 is a new release with speed improvements of Selection keywords and a fix for strict mode in Table Keywords. All issues targeted for Browser library v13.1.0 can be found from the [issue tracker](https://github.com/MarketSquare/robotframework-browser/milestones%3Av13.0.0).

Fixed Issues:

- Click Argument 'modifiers' Documentation doesn't work as expected (2049)
- Get Table Cell Element raises StrictModeException (2076)
- Select Option By causes super long time due to iteration over all options. (2077)

13.0.0

Not secure
[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 13.0.0 is a new release with New Persistent Context keyword enhancements and removes drop argument from Drag And Drop By Coordinates keyword. All issues targeted for Browser library v13.0.0 can be found from the [issue tracker](https://github.com/MarketSquare/robotframework-browser/milestones%3Av13.0.0).

Browser library 13.0.0 was released on Wednesday May 25, 2022. Browser supports Python 3.7+, Node 12/14/16 LTS and Robot Framework 4.0+. Library was tested with Playwright 1.22.2

12.4.0

Not secure
[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 12.4.0 is a new release with table keywords enhancements and several bug fixes. Now example trace viewer should work without re-installing Playwright. All issues targeted for Browser library v12.4.0 can be found from the [issue tracker](https://github.com/MarketSquare/robotframework-browser/milestones%3Av12.4.0).

Browser library 12.4.0 was released on Tuesday May 17, 2022. Browser supports Python 3.7+, Node 12/14/16 LTS and Robot Framework 4.0+. Library was tested with Playwright 1.22.0

12.3.0

Not secure
[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 12.3.0 is a new release with enhancements when taking screenshot and bug fixes in several places. All issues targeted for Browser library v12.3.0 can be found from the [issue tracker](https://github.com/MarketSquare/robotframework-browser/issues?q=milestone%3Av12.3.0+is%3Aclosed). Browser library 12.3.0 was released on Sunday April 3, 2022. Browser supports Python 3.7+, Node 12/14/16 LTS and Robot Framework 4.0+. Library was tested with Playwright 1.20.1

12.2.0

Not secure
What's Changed
* docs: add simonmeggle as a contributor for test by allcontributors in https://github.com/MarketSquare/robotframework-browser/pull/1810
* Bump eslint from 8.9.0 to 8.10.0 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/1812
* Bump typescript-eslint/eslint-plugin from 5.12.1 to 5.13.0 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/1818
* Bump react-router-dom from 6.2.1 to 6.2.2 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/1820
* Bump approvaltests from 3.7.0 to 4.0.0 in /Browser by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/1813
* Bump typescript from 4.5.5 to 4.6.2 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/1817
* Bump typescript-eslint/parser from 5.12.1 to 5.13.0 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/1819
* Bump types/react-dom from 17.0.11 to 17.0.12 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/1823
* Bump ts-loader from 9.2.6 to 9.2.7 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/1822
* Bump ts-node from 10.5.0 to 10.6.0 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/1824
* Add drop=True arg for Drag And Drop By Coordinates (1716 and 1794) by UliSei in https://github.com/MarketSquare/robotframework-browser/pull/1799
* Bump eslint-config-prettier from 8.4.0 to 8.5.0 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/1827
* Bump types/react-dom from 17.0.12 to 17.0.13 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/1826
* Allow config options for presenter mode by aaltat in https://github.com/MarketSquare/robotframework-browser/pull/1825
* Bump esbuild from 0.14.23 to 0.14.24 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/1829
* Explain that enable_presenter_mode also support dict by aaltat in https://github.com/MarketSquare/robotframework-browser/pull/1830
* Delete duplicate test by aaltat in https://github.com/MarketSquare/robotframework-browser/pull/1831
* Add support for enable_presenter_mode for many getters keywords by aaltat in https://github.com/MarketSquare/robotframework-browser/pull/1837
* added Drag And Drop Relative To by Snooz82 in https://github.com/MarketSquare/robotframework-browser/pull/1836
* Get parameter names by mkorpela in https://github.com/MarketSquare/robotframework-browser/pull/1834
* Bump ts-node from 10.6.0 to 10.7.0 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/1841
* Bump lint-staged from 12.3.4 to 12.3.5 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/1840
* Bump esbuild from 0.14.24 to 0.14.25 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/1839
* Topic docs and tests by mkorpela in https://github.com/MarketSquare/robotframework-browser/pull/1842
* Bump typescript-eslint/eslint-plugin from 5.13.0 to 5.14.0 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/1845
* Bump typescript-eslint/parser from 5.13.0 to 5.14.0 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/1844
* docs: add eldaduzman as a contributor for ideas by allcontributors in https://github.com/MarketSquare/robotframework-browser/pull/1846
* Added Table Keywords by Snooz82 in https://github.com/MarketSquare/robotframework-browser/pull/1843
* Bump pino from 7.8.0 to 7.8.1 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/1848
* Bump types/react from 17.0.39 to 17.0.40 by dependabot in https://github.com/MarketSquare/robotframework-browser/pull/1851
* added Keyword `Scroll To Element` by Snooz82 in https://github.com/MarketSquare/robotframework-browser/pull/1850
* New `Evaluate JavaScript` Keyword by Snooz82 in https://github.com/MarketSquare/robotframework-browser/pull/1854
* Fix some evals by mkorpela in https://github.com/MarketSquare/robotframework-browser/pull/1856


**Full Changelog**: https://github.com/MarketSquare/robotframework-browser/compare/v12.1.0...v12.2.0

Page 10 of 25

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.