You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# WebDriver extensions
2
2
3
3
This small library provides some utility functionality for **[Selenium WebDriver]**.
4
-
These features may be used individually or together.
4
+
These features may be used individually or together.
5
5
6
6
*[A universal WebDriver factory]
7
7
*[A mechanism for dealing with browser-specific quirks]
@@ -25,7 +25,7 @@ The types in this library integrate with some commonly-used .NET technologies:
25
25
26
26
This functionality may be especially useful to those who are interested in using Selenium with a wide range of browsers and/or WebDriver implementations.
27
27
28
-
* The universal factory allows you to keep your target WebDriver/browser configurations out of code.
28
+
* The universal factory allows you to keep your target WebDriver/browser configurations out of code.
29
29
* The quirks mechanism allows for fine-grained and tightly-targeted application of workarounds for differences in behaviour or limitations which are specific to a small number of browser/driver/version ranges.
30
-
* The use of configuration data here allows for quick configuration-based override of which browsers/versions are affected by which quirks. This is useful as browser versions are released at high velocity and _things change_.
30
+
* The use of configuration data here allows for quick configuration-based override of which browsers/versions are affected by which quirks. This is useful as browser versions are released at high velocity and _things change_.
31
31
* The browser identification mechanism is primarily a dependency of the quirks mechanism but may be used standalone.
0 commit comments