Skip to content

Commit 109caa2

Browse files
authored
Fixed typos in the SeleniumLibrary-4.0.0b1.rst (robotframework#1432)
1 parent 6c2fa57 commit 109caa2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/SeleniumLibrary-4.0.0b1.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ in the library. Now it is possible to do this:
6666

6767
Change 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

7474
Open 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
172172
the project issue tracker and feedback has been provided in the
173173
user 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
---------------------------------------------------------------------------------
177177
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
179179
keywords and locate the desired window. Many thanks Snooz82 for making the
180180
enhancement.
181181

0 commit comments

Comments
 (0)