@@ -66,10 +66,10 @@ in the library. Now it is possible to do this:
6666
6767Change Open Browser keyword to register driver before selenium `get`is called (`#1426 `_, beta 1)
6868------------------------------------------------------------------------------------------------
69- The Open Browser keyword dod use Selenium ` get ` API was called. This caused that event firing WebDriver
70- was called before the driver was registered in the SeleniumLibrary cache. In some cases it caused
71- problems to build proper support for plugins. This is now fixed and driver is registed
72- before event firing WebDriver API is triggered.
69+ The Open Browser keyword did not register driver, before keyword called Selenium get API. This
70+ caused that event firing WebDriver was called before the driver was registered in the
71+ SeleniumLibrary cache. In some cases it caused problems to build proper support for plugins.
72+ This is now fixed and driver is registed before event firing WebDriver API is triggered.
7373
7474Open Browser keyword could take in Selenium browser specific options (`#1331 `_, alpha 2)
7575----------------------------------------------------------------------------------------
@@ -172,10 +172,10 @@ not the only way to contribute. There has been lot of issues raised in
172172the project issue tracker and feedback has been provided in the
173173user group and in slack. I am grateful from all the feedback.
174174
175- Enahnce window related keywords to work with multiple browsers (`#1427 `_, beta 1)
175+ Enhance window related keywords to work with multiple browsers (`#1427 `_, beta 1)
176176---------------------------------------------------------------------------------
177177In previous releases, the different window keywords did work only with the context
178- of a single WebDriver. Now it is possible to change WebDriver with the window
178+ of a single browser/ WebDriver. Now it is possible to change WebDriver with the window
179179keywords and locate the desired window. Many thanks Snooz82 for making the
180180enhancement.
181181
0 commit comments