Skip to content

Commit

Permalink
Release notes for 6.1.3b1
Browse files Browse the repository at this point in the history
  • Loading branch information
emanlove committed Sep 25, 2023
1 parent 4096f77 commit ce48069
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions docs/SeleniumLibrary-6.1.3b1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
=======================
SeleniumLibrary 6.1.3b1
=======================


.. default-role:: code


SeleniumLibrary_ is a web testing library for `Robot Framework`_ that utilizes
the Selenium_ tool internally. SeleniumLibrary 6.1.3b1 is a is a hotfix release
that fixes an issue with remote browsers when options are not provided.

All issues targeted for SeleniumLibrary v6.1.3 can be found
from the `issue tracker`_.

If you have pip_ installed, just run

::

pip install --pre --upgrade robotframework-seleniumlibrary

to install the latest available release or use

::

pip install robotframework-seleniumlibrary==6.1.3b1

to install exactly this version. Alternatively you can download the source
distribution from PyPI_ and install it manually.

SeleniumLibrary 6.1.3b1 was released on Sunday September 24, 2023. SeleniumLibrary supports
Python 3.8+, Selenium 4.3+ and
Robot Framework 4.1.3 or higher.

.. _Robot Framework: http://robotframework.org
.. _SeleniumLibrary: https://github.com/robotframework/SeleniumLibrary
.. _Selenium: http://seleniumhq.org
.. _pip: http://pip-installer.org
.. _PyPI: https://pypi.python.org/pypi/robotframework-seleniumlibrary
.. _issue tracker: https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av6.1.3


.. contents::
:depth: 2
:local:

Most important enhancements
===========================

- Remote browser fails when no options provided (`#1855`_, b 1)

For several of the remote browsers we need to initialize the options if none are provided.
In addition the deprecated and removed from selenium desired_capabilities have been removed
from SeleniumLibrary v6.1.3b1.

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

- I want to thank Tero Lempiäinen for pointing out this issue (`#1855`_, b 1)

Full list of fixes and enhancements
===================================

.. list-table::
:header-rows: 1

* - ID
- Type
- Priority
- Summary
- Added
* - `#1855`_
- bug
- critical
- Remote browser fails when no options provided
- b 1

Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av6.1.3>`__.

.. _#1855: https://github.com/robotframework/SeleniumLibrary/issues/1855

0 comments on commit ce48069

Please sign in to comment.