Skip to content

Commit f3dea99

Browse files
committed
Update generated doc for version 5.1.1
1 parent d0031bd commit f3dea99

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

docs/index.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2342,10 +2342,10 @@ <h2 id="advanced-configuration"><a class="anchor" href="#advanced-configuration"
23422342
<td class="tableblock halign-left valign-top"><p class="tableblock">Avoid step 4 in the <a href="#resolution-algorithm">resolution algorithm</a> (for instance, in the <a href="#webdrivermanager-cli">CLI</a> mode)</p></td>
23432343
</tr>
23442344
<tr>
2345-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>exportParameter(String)</code></p></td>
2345+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>exportParameter(String)</code> <code>exportParameter(Driver</code> <code>ManagerType)</code></p></td>
23462346
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>wdm.chromeDriverExport</code>, <code>wdm.geckoDriverExport</code>, <code>wdm.edgeDriverExport</code>, <code>wdm.iExplorerDriverExport</code>, <code>wdm.operaDriverExport</code></p></td>
23472347
<td class="tableblock halign-left valign-top"><p class="tableblock">Java property name used to export the driver path (available in <a href="https://github.com/bonigarcia/webdrivermanager/blob/master/src/main/resources/webdrivermanager.properties">webdrivermanager.properties</a>)</p></td>
2348-
<td class="tableblock halign-left valign-top"><p class="tableblock">Set custom property name. An <code>DriverManagerType</code> enum can be used insted of the <code>String</code> parameter</p></td>
2348+
<td class="tableblock halign-left valign-top"><p class="tableblock">Set custom property name. An <code>DriverManagerType</code> enum (e.g., <code>CHROME</code>, <code>FIREFOX</code>, etc.) can be used insted of the <code>String</code> parameter</p></td>
23492349
</tr>
23502350
<tr>
23512351
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>avoidOutputTree()</code></p></td>
@@ -2653,9 +2653,9 @@ <h4 id="testing-localhost" class="discrete">Testing localhost</h4>
26532653
<div class="paragraph">
26542654
<p>When the host is Mac OS or Windows, we can use the DNS name <code>host.docker.internal</code>, which will be resolved to the internal IP address used by the host.</p>
26552655
</div>
2656-
<h4 id="chrome-92-in-docker" class="discrete">Chrome 92+ in Docker</h4>
2656+
<h4 id="chrome-92-94-in-docker" class="discrete">Chrome 92-94 in Docker</h4>
26572657
<div class="paragraph">
2658-
<p>There is an <a href="https://bugs.chromium.org/p/chromedriver/issues/detail?id=3857">open issue</a> with Chrome 92+ and Docker at the time of this writing. The problem can be solved by using the argument <code>--disable-gpu</code> in Chrome and Edge. This argument is used by WebDriverManager 5 to avoid the issue. Nevertheless, some situations are still impossible to fix (e.g., when using <a href="https://hub.docker.com/r/bonigarcia/webdrivermanager">WebDriverManager in Docker</a> as CLI or Server).</p>
2658+
<p>There was an <a href="https://bugs.chromium.org/p/chromedriver/issues/detail?id=3857">issue</a> that affected Chrome 92 to 94 and Docker. The problem can be solved by using the argument <code>--disable-gpu</code> in Chrome and Edge. This argument is used by WebDriverManager 5 to avoid the issue. Nevertheless, some situations are still impossible to fix (e.g., when using <a href="https://hub.docker.com/r/bonigarcia/webdrivermanager">WebDriverManager in Docker</a> as CLI or Server) for Chrome 92 to 94 in Docker.</p>
26592659
</div>
26602660
</div>
26612661
</div>
@@ -2688,7 +2688,7 @@ <h2 id="further-documentation"><a class="anchor" href="#further-documentation"><
26882688
<div class="ulist">
26892689
<ul>
26902690
<li>
2691-
<p>García, Boni. <a href="https://www.oreilly.com/library/view/hands-on-selenium-webdriver/9781098109998/">Hands-On Selenium WebDriver with Java</a>. <em>O&#8217;Reilly Media, Inc.</em>, Currently on early relase. Final release available on 2022.</p>
2691+
<p>García, Boni. <a href="https://www.oreilly.com/library/view/hands-on-selenium-webdriver/9781098109998/">Hands-On Selenium WebDriver with Java</a>. <em>O&#8217;Reilly Media, Inc.</em>, 2022.</p>
26922692
</li>
26932693
<li>
26942694
<p>García, Boni. <a href="https://www.amazon.com/Mastering-Software-Testing-JUnit-Comprehensive-ebook/dp/B076ZQCK5Q/">Mastering Software Testing with JUnit 5</a>. <em>Packt Publishing Ltd</em>, 2017.</p>
@@ -2701,6 +2701,9 @@ <h2 id="further-documentation"><a class="anchor" href="#further-documentation"><
27012701
<div class="ulist">
27022702
<ul>
27032703
<li>
2704+
<p>García, Boni, et al. "<a href="https://www.sciencedirect.com/science/article/abs/pii/S0164121222000516">Selenium-Jupiter: A JUnit 5 extension for Selenium WebDriver</a>." <em>Journal of Systems and Software</em> (2022): 111298.</p>
2705+
</li>
2706+
<li>
27042707
<p>García, Boni, et al. "<a href="https://link.springer.com/article/10.1007%2Fs10664-021-09975-3">Automated driver management for Selenium WebDriver</a>." <em>Empirical Software Engineering</em> 26.5 (2021): 1-51.</p>
27052708
</li>
27062709
<li>
@@ -2726,7 +2729,7 @@ <h2 id="further-documentation"><a class="anchor" href="#further-documentation"><
27262729
<h2 id="about"><a class="anchor" href="#about"></a>11. About</h2>
27272730
<div class="sectionbody">
27282731
<div class="paragraph">
2729-
<p>WebDriverManager (Copyright © 2015-2021) is an open-source project created and maintained by <a href="https://bonigarcia.dev/">Boni García</a> (<a href="https://twitter.com/boni_gg">@boni_gg</a>), licensed under the terms of <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache 2.0 License</a>. This documentation (also available in <a href="webdrivermanager.pdf">PDF</a> and <a href="webdrivermanager.epub">EPUB</a>) is released under the terms of <a href="https://creativecommons.org/licenses/by-nc-sa/2.0/">CC BY-NC-SA 2.0</a>.</p>
2732+
<p>WebDriverManager (Copyright © 2015-2022) is an open-source project created and maintained by <a href="https://bonigarcia.dev/">Boni García</a> (<a href="https://twitter.com/boni_gg">@boni_gg</a>), licensed under the terms of <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache 2.0 License</a>. This documentation (also available in <a href="webdrivermanager.pdf">PDF</a> and <a href="webdrivermanager.epub">EPUB</a>) is released under the terms of <a href="https://creativecommons.org/licenses/by-nc-sa/2.0/">CC BY-NC-SA 2.0</a>.</p>
27302733
</div>
27312734
</div>
27322735
</div>

docs/webdrivermanager.epub

90 Bytes
Binary file not shown.

docs/webdrivermanager.pdf

1.72 KB
Binary file not shown.

0 commit comments

Comments
 (0)