|
16 | 16 | <meta name="docfx:rel" content="../"> |
17 | 17 |
|
18 | 18 |
|
19 | | - <meta name="docfx:docurl" content="https://github.com/csf-dev/WebDriverExtras/new/issue-51/apiSpec/new?filename=CSF_Extensions_WebDriver_Factories_IGetsWebDriverAndOptionsTypes.md&value=---%0Auid%3A%20CSF.Extensions.WebDriver.Factories.IGetsWebDriverAndOptionsTypes%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A"> |
| 19 | + <meta name="docfx:docurl" content="https://github.com/csf-dev/WebDriverExtras/new/master/apiSpec/new?filename=CSF_Extensions_WebDriver_Factories_IGetsWebDriverAndOptionsTypes.md&value=---%0Auid%3A%20CSF.Extensions.WebDriver.Factories.IGetsWebDriverAndOptionsTypes%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A"> |
20 | 20 | <meta name="loc:inThisArticle" content="In this article"> |
21 | 21 | <meta name="loc:searchResultsCount" content="{count} results for "{query}""> |
22 | 22 | <meta name="loc:searchNoResults" content="No results for "{query}""> |
@@ -89,7 +89,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5> |
89 | 89 |
|
90 | 90 |
|
91 | 91 | <h1 id="CSF_Extensions_WebDriver_Factories_IGetsWebDriverAndOptionsTypes" data-uid="CSF.Extensions.WebDriver.Factories.IGetsWebDriverAndOptionsTypes" class="text-break"> |
92 | | -Interface IGetsWebDriverAndOptionsTypes <a class="header-action link-secondary" title="View source" href="https://github.com/csf-dev/WebDriverExtras/blob/issue-51/CSF.Extensions.WebDriver/Factories/IGetsWebDriverAndOptionsTypes.cs/#L10"><i class="bi bi-code-slash"></i></a> |
| 92 | +Interface IGetsWebDriverAndOptionsTypes <a class="header-action link-secondary" title="View source" href="https://github.com/csf-dev/WebDriverExtras/blob/master/CSF.Extensions.WebDriver/Factories/IGetsWebDriverAndOptionsTypes.cs/#L10"><i class="bi bi-code-slash"></i></a> |
93 | 93 | </h1> |
94 | 94 |
|
95 | 95 | <div class="facts text-secondary"> |
@@ -125,7 +125,7 @@ <h2 class="section" id="methods">Methods |
125 | 125 |
|
126 | 126 | <h3 id="CSF_Extensions_WebDriver_Factories_IGetsWebDriverAndOptionsTypes_GetWebDriverFactoryType_System_String_" data-uid="CSF.Extensions.WebDriver.Factories.IGetsWebDriverAndOptionsTypes.GetWebDriverFactoryType(System.String)"> |
127 | 127 | GetWebDriverFactoryType(string) |
128 | | - <a class="header-action link-secondary" title="View source" href="https://github.com/csf-dev/WebDriverExtras/blob/issue-51/CSF.Extensions.WebDriver/Factories/IGetsWebDriverAndOptionsTypes.cs/#L70"><i class="bi bi-code-slash"></i></a> |
| 128 | + <a class="header-action link-secondary" title="View source" href="https://github.com/csf-dev/WebDriverExtras/blob/master/CSF.Extensions.WebDriver/Factories/IGetsWebDriverAndOptionsTypes.cs/#L70"><i class="bi bi-code-slash"></i></a> |
129 | 129 | </h3> |
130 | 130 |
|
131 | 131 | <div class="markdown level1 summary"><p>Gets the Type for an implementation of <a class="xref" href="CSF.Extensions.WebDriver.Factories.ICreatesWebDriverFromOptions.html">ICreatesWebDriverFromOptions</a>, for when a third-party factory is to be used.</p> |
@@ -173,7 +173,7 @@ <h4 class="section">Exceptions</h4> |
173 | 173 |
|
174 | 174 | <h3 id="CSF_Extensions_WebDriver_Factories_IGetsWebDriverAndOptionsTypes_GetWebDriverOptionsType_System_Type_System_String_" data-uid="CSF.Extensions.WebDriver.Factories.IGetsWebDriverAndOptionsTypes.GetWebDriverOptionsType(System.Type,System.String)"> |
175 | 175 | GetWebDriverOptionsType(Type, string) |
176 | | - <a class="header-action link-secondary" title="View source" href="https://github.com/csf-dev/WebDriverExtras/blob/issue-51/CSF.Extensions.WebDriver/Factories/IGetsWebDriverAndOptionsTypes.cs/#L60"><i class="bi bi-code-slash"></i></a> |
| 176 | + <a class="header-action link-secondary" title="View source" href="https://github.com/csf-dev/WebDriverExtras/blob/master/CSF.Extensions.WebDriver/Factories/IGetsWebDriverAndOptionsTypes.cs/#L60"><i class="bi bi-code-slash"></i></a> |
177 | 177 | </h3> |
178 | 178 |
|
179 | 179 | <div class="markdown level1 summary"><p>Gets the Type for an implementation of <span class="xref">OpenQA.Selenium.DriverOptions</span> from an optional string type name and |
@@ -247,7 +247,7 @@ <h4 class="section">Exceptions</h4> |
247 | 247 |
|
248 | 248 | <h3 id="CSF_Extensions_WebDriver_Factories_IGetsWebDriverAndOptionsTypes_GetWebDriverType_System_String_" data-uid="CSF.Extensions.WebDriver.Factories.IGetsWebDriverAndOptionsTypes.GetWebDriverType(System.String)"> |
249 | 249 | GetWebDriverType(string) |
250 | | - <a class="header-action link-secondary" title="View source" href="https://github.com/csf-dev/WebDriverExtras/blob/issue-51/CSF.Extensions.WebDriver/Factories/IGetsWebDriverAndOptionsTypes.cs/#L29"><i class="bi bi-code-slash"></i></a> |
| 250 | + <a class="header-action link-secondary" title="View source" href="https://github.com/csf-dev/WebDriverExtras/blob/master/CSF.Extensions.WebDriver/Factories/IGetsWebDriverAndOptionsTypes.cs/#L29"><i class="bi bi-code-slash"></i></a> |
251 | 251 | </h3> |
252 | 252 |
|
253 | 253 | <div class="markdown level1 summary"><p>Gets the Type for an implementation of <span class="xref">OpenQA.Selenium.IWebDriver</span>, from a string type name.</p> |
@@ -305,7 +305,7 @@ <h4 class="section">Exceptions</h4> |
305 | 305 | </article> |
306 | 306 |
|
307 | 307 | <div class="contribution d-print-none"> |
308 | | - <a href="https://github.com/csf-dev/WebDriverExtras/blob/issue-51/CSF.Extensions.WebDriver/Factories/IGetsWebDriverAndOptionsTypes.cs/#L10" class="edit-link">Edit this page</a> |
| 308 | + <a href="https://github.com/csf-dev/WebDriverExtras/blob/master/CSF.Extensions.WebDriver/Factories/IGetsWebDriverAndOptionsTypes.cs/#L10" class="edit-link">Edit this page</a> |
309 | 309 | </div> |
310 | 310 |
|
311 | 311 |
|
|
0 commit comments