@@ -66,10 +66,10 @@ in the library. Now it is possible to do this:
66
66
67
67
Change Open Browser keyword to register driver before selenium `get`is called (`#1426 `_, beta 1)
68
68
------------------------------------------------------------------------------------------------
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.
73
73
74
74
Open Browser keyword could take in Selenium browser specific options (`#1331 `_, alpha 2)
75
75
----------------------------------------------------------------------------------------
@@ -172,10 +172,10 @@ not the only way to contribute. There has been lot of issues raised in
172
172
the project issue tracker and feedback has been provided in the
173
173
user group and in slack. I am grateful from all the feedback.
174
174
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)
176
176
---------------------------------------------------------------------------------
177
177
In 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
179
179
keywords and locate the desired window. Many thanks Snooz82 for making the
180
180
enhancement.
181
181
0 commit comments