This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-dev-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 35ad3c6  2025/05/05 13:39:41: Updated geb directory of dev website 
from geb@42d5ad9
35ad3c6 is described below

commit 35ad3c6983ee401eadc7fa56d08c51ce933ff74a
Author: jenkins <[email protected]>
AuthorDate: Mon May 5 13:39:41 2025 +0000

    2025/05/05 13:39:41: Updated geb directory of dev website from geb@42d5ad9
---
 geb/manual/snapshot/api/deprecated-list.html       |  29 +++++
 geb/manual/snapshot/api/geb/Browser.html           | 136 +++++++++++----------
 geb/manual/snapshot/api/geb/Configuration.html     |  26 ++--
 .../geb/navigator/AttributeAccessingMetaClass.html |   2 +-
 ...icallyDispatchesToBrowserAstTransformation.html |   2 +-
 .../ImplicitAssertionsTransformationVisitor.html   |   2 +-
 geb/manual/snapshot/api/index-all.html             |   9 +-
 geb/manual/snapshot/index.html                     |   2 +-
 8 files changed, 130 insertions(+), 78 deletions(-)

diff --git a/geb/manual/snapshot/api/deprecated-list.html 
b/geb/manual/snapshot/api/deprecated-list.html
index dc81074..89a7fbd 100644
--- a/geb/manual/snapshot/api/deprecated-list.html
+++ b/geb/manual/snapshot/api/deprecated-list.html
@@ -72,6 +72,8 @@ if (location.href.indexOf('is-external=true') == -1) {
         
         <li><a href="#interface">Deprecated Interface</a></li>
         
+        <li><a href="#method">Deprecated Method</a></li>
+        
     </ul>
 </div>
 <div class="contentContainer">
@@ -97,6 +99,33 @@ if (location.href.indexOf('is-external=true') == -1) {
 </ul>
 
 
+<a name="method"><!--   --></a><ul class="blockList">
+    <li class="blockList">
+        <table border="0" cellpadding="3" cellspacing="0" summary="Deprecated 
Methods table, listing deprecated methods, and an explanation">
+            <caption><span>Deprecated Methods</span><span 
class="tabEnd">&nbsp;</span></caption>
+            <tr>
+                <th class="colOne" scope="col">Method and Description</th>
+            </tr>
+            <tbody>
+            <tr class="altColor">
+                <td class="colOne"><strong><a 
href="geb/Configuration.html#getDriver()">Configuration#getDriver</a></strong>()
+                    <div 
class="block"><i><DL><DT><B>deprecated:</B></DT><DD>As of 8.0, replaced by <a 
href='#createDriver()'>createDriver()</a>, the configuration does
+             no longer carry a driver instance.</DD></DL> </i></div>
+                </td>
+            </tr>
+            <tr class="rowColor">
+                <td class="colOne"><strong><a 
href="geb/Configuration.html#setDriver(org.openqa.selenium.WebDriver)">Configuration#setDriver</a></strong>(<a
 
href='http://static.javadoc.io/org.seleniumhq.selenium/selenium-api/4.27.0/org/openqa/selenium/WebDriver.html'
 title='WebDriver'>WebDriver</a> ignored)
+                    <div 
class="block"><i><DL><DT><B>deprecated:</B></DT><DD>As of 8.0, the 
configuration does no longer carry a driver
+             instance, but only create new driver instances, the driver
+             instance used is stored in the browser instance.</DD></DL> 
</i></div>
+                </td>
+            </tr>
+            
+            </tbody>
+        </table>
+    </li>
+</ul>
+
 
 </div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
diff --git a/geb/manual/snapshot/api/geb/Browser.html 
b/geb/manual/snapshot/api/geb/Browser.html
index 7703b62..3b154d7 100644
--- a/geb/manual/snapshot/api/geb/Browser.html
+++ b/geb/manual/snapshot/api/geb/Browser.html
@@ -333,362 +333,368 @@ extends <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html'
                         </tr>
                         
                         <tr class="rowColor">
+                            <td class="colFirst"><code></code></td>
+                            <td class="colLast"><code>protected&nbsp;<a 
href='http://static.javadoc.io/org.seleniumhq.selenium/selenium-api/4.27.0/org/openqa/selenium/WebDriver.html'
 title='WebDriver'>WebDriver</a></code></td>
+                            <td class="colLast"><code><strong><a 
href="#createDriver()">createDriver</a></strong>()</code><br>Called to create 
the driver, the first time it is requested.</td>
+                        </tr>
+                        
+                        <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>protected&nbsp;<a 
href='../geb/navigator/factory/NavigatorFactory.html'>NavigatorFactory</a></code></td>
                             <td class="colLast"><code><strong><a 
href="#createNavigatorFactory()">createNavigatorFactory</a></strong>()</code><br>Called
 to create the navigator factory, the first time it is requested.</td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code>&lt;T extends 
Page&gt;</code></td>
                             <td class="colLast"><code>T</code></td>
                             <td class="colLast"><code><strong><a 
href="#createPage(Class)">createPage</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html' 
title='Class'>Class</a>&lt;T&gt; pageType)</code><br>Creates a new instance of 
the given page type and initialises it.</td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code>&lt;T&gt;</code></td>
                             <td 
class="colLast"><code>protected&nbsp;T</code></td>
                             <td class="colLast"><code><strong><a 
href="#doWithWindow(java.util.Map, Closure)">doWithWindow</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/util/Map.html' 
title='Map'>Map</a> options, <a 
href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html'
 title='Closure'>Closure</a>&lt;T&gt; block)</code><br></td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>static&nbsp;<a 
href='../geb/Browser.html'>Browser</a></code></td>
                             <td class="colLast"><code><strong><a 
href="#drive(groovy.lang.Closure)">drive</a></strong>(<a 
href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html'
 title='Closure'>Closure</a> script)</code><br>Creates a new browser object via 
the default constructor and executes the closure
  with the browser instance as the closure's delegate.</td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>static&nbsp;<a 
href='../geb/Browser.html'>Browser</a></code></td>
                             <td class="colLast"><code><strong><a 
href="#drive(geb.Configuration, groovy.lang.Closure)">drive</a></strong>(<a 
href='../geb/Configuration.html'>Configuration</a> conf, <a 
href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html'
 title='Closure'>Closure</a> script)</code><br>Creates a new browser with the 
configuration and executes the closure
  with the browser instance as the closure's delegate.</td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>static&nbsp;<a 
href='../geb/Browser.html'>Browser</a></code></td>
                             <td class="colLast"><code><strong><a 
href="#drive(java.util.Map, groovy.lang.Closure)">drive</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/util/Map.html' 
title='Map'>Map</a> browserProperties, <a 
href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html'
 title='Closure'>Closure</a> script)</code><br>Creates a new browser with the 
properties and executes the closure
  with the browser instance as the closure's delegate.</td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>static&nbsp;<a 
href='../geb/Browser.html'>Browser</a></code></td>
                             <td class="colLast"><code><strong><a 
href="#drive(geb.Browser, groovy.lang.Closure)">drive</a></strong>(<a 
href='../geb/Browser.html'>Browser</a> browser, <a 
href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html'
 title='Closure'>Closure</a> script)</code><br>Executes the closure with 
browser as its delegate.</td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code>&lt;T&gt;</code></td>
                             <td class="colLast"><code><a 
href='http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html' 
title='Optional'>Optional</a>&lt;T&gt;</code></td>
                             <td class="colLast"><code><strong><a 
href="#driverAs(Class)">driverAs</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html' 
title='Class'>Class</a>&lt;T&gt; castType)</code><br></td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code><a 
href='http://docs.oracle.com/javase/8/docs/api/java/util/Set.html' 
title='Set'>Set</a>&lt;<a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/String.html' 
title='String'>String</a>&gt;</code></td>
                             <td class="colLast"><code><strong><a 
href="#getAvailableWindows()">getAvailableWindows</a></strong>()</code><br>Retrieves
 all available windows</td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code><a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/String.html' 
title='String'>String</a></code></td>
                             <td class="colLast"><code><strong><a 
href="#getBaseUrl()">getBaseUrl</a></strong>()</code><br>The url to resolve all 
relative urls against. </td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code><a 
href='../geb/Configuration.html'>Configuration</a></code></td>
                             <td class="colLast"><code><strong><a 
href="#getConfig()">getConfig</a></strong>()</code><br>Provides access to the 
configuration object assoicated with this browser.</td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code><a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/String.html' 
title='String'>String</a></code></td>
                             <td class="colLast"><code><strong><a 
href="#getCurrentUrl()">getCurrentUrl</a></strong>()</code><br>Retrieves the 
current url</td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code><a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/String.html' 
title='String'>String</a></code></td>
                             <td class="colLast"><code><strong><a 
href="#getCurrentWindow()">getCurrentWindow</a></strong>()</code><br>Retrieves 
current window</td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code><a 
href='http://static.javadoc.io/org.seleniumhq.selenium/selenium-api/4.27.0/org/openqa/selenium/WebDriver.html'
 title='WebDriver'>WebDriver</a></code></td>
                             <td class="colLast"><code><strong><a 
href="#getDriver()">getDriver</a></strong>()</code><br>The driver 
implementation used to automate the actual browser.</td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code><a 
href='../geb/js/JavascriptInterface.html'>JavascriptInterface</a></code></td>
                             <td class="colLast"><code><strong><a 
href="#getJs()">getJs</a></strong>()</code><br>Returns a newly created 
javascript interface connected to this browser.</td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code><a 
href='../geb/webstorage/WebStorage.html'>WebStorage</a></code></td>
                             <td class="colLast"><code><strong><a 
href="#getLocalStorage()">getLocalStorage</a></strong>()</code><br>Returns an 
object that allows access to and manipulation of local storage.</td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code><a 
href='../geb/navigator/factory/NavigatorFactory.html'>NavigatorFactory</a></code></td>
                             <td class="colLast"><code><strong><a 
href="#getNavigatorFactory()">getNavigatorFactory</a></strong>()</code><br>Returns
 the factory that creates navigator instances for this browser.</td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code><a 
href='../geb/Page.html'>Page</a></code></td>
                             <td class="colLast"><code><strong><a 
href="#getPage()">getPage</a></strong>()</code><br>Provides access to the 
current page object.</td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code><a 
href='http://docs.oracle.com/javase/8/docs/api/java/io/File.html' 
title='File'>File</a></code></td>
                             <td class="colLast"><code><strong><a 
href="#getReportGroupDir()">getReportGroupDir</a></strong>()</code><br>The 
directory that will be used for the <a 
href='#report(java.lang.String)'>method</a>.</td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code><a 
href='../geb/webstorage/WebStorage.html'>WebStorage</a></code></td>
                             <td class="colLast"><code><strong><a 
href="#getSessionStorage()">getSessionStorage</a></strong>()</code><br>Returns 
an object that allows access to and manipulation of session storage.</td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>void</code></td>
                             <td class="colLast"><code><strong><a 
href="#go(java.lang.String)">go</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/String.html' 
title='String'>String</a> url)</code><br>Sends the browser to the given url. 
</td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>void</code></td>
                             <td class="colLast"><code><strong><a 
href="#go(java.lang.String, geb.url.UrlFragment)">go</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/String.html' 
title='String'>String</a> url, <a 
href='../geb/url/UrlFragment.html'>UrlFragment</a> fragment)</code><br>Sends 
the browser to the given url and fragment. </td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>void</code></td>
                             <td class="colLast"><code><strong><a 
href="#go(java.util.Map, geb.url.UrlFragment)">go</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/util/Map.html' 
title='Map'>Map</a> params, <a 
href='../geb/url/UrlFragment.html'>UrlFragment</a> fragment)</code><br>Sends 
the browser to the <a href='#getBaseUrl()'>base url</a> with the given query 
params and fragment.</td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>void</code></td>
                             <td class="colLast"><code><strong><a 
href="#go(java.util.Map, java.lang.String, 
geb.url.UrlFragment)">go</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/util/Map.html' 
title='Map'>Map</a> params, <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/String.html' 
title='String'>String</a> url, <a 
href='../geb/url/UrlFragment.html'>UrlFragment</a> fragment)</code><br>Sends 
the browser to the given url with the given query params and fra [...]
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>boolean</code></td>
                             <td class="colLast"><code><strong><a 
href="#isAt(Class, boolean)">isAt</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html' 
title='Class'>Class</a>&lt;? extends <a href='../geb/Page.html' 
title='Page'>Page</a>&gt; pageType, boolean 
honourGlobalAtCheckWaiting)</code><br>Checks if the browser is at the given 
page by running the at checker for this page type, suppressing assertion 
errors.</td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>boolean</code></td>
                             <td class="colLast"><code><strong><a 
href="#isAt(geb.Page, boolean)">isAt</a></strong>(<a 
href='../geb/Page.html'>Page</a> page, boolean 
honourGlobalAtCheckWaiting)</code><br>Checks if the browser is at the given 
page by running the at checker for this page instance, suppressing assertion 
errors.</td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code><a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' 
title='Object'>Object</a></code></td>
                             <td class="colLast"><code><strong><a 
href="#methodMissing(java.lang.String, 
java.lang.Object)">methodMissing</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/String.html' 
title='String'>String</a> name, <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' 
title='Object'>Object</a> args)</code><br>Delegates the method call directly to 
the current page object.</td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code>&lt;T extends 
Page&gt;</code></td>
                             <td class="colLast"><code>T</code></td>
                             <td class="colLast"><code><strong><a 
href="#page(Class)">page</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html' 
title='Class'>Class</a>&lt;T&gt; pageClass)</code><br>Changes the browser's 
page to be an instance of the given class.</td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code><a 
href='../geb/Page.html'>Page</a></code></td>
                             <td class="colLast"><code><strong><a 
href="#page(Class)">page</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html' 
title='Class'>Class</a>&lt;? extends <a href='../geb/Page.html' 
title='Page'>Page</a>&gt;[] potentialPageClasses)</code><br>Changes the 
browser's page to be an instance of the first given type whose at checker 
returns a true value.</td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code>&lt;T extends 
Page&gt;</code></td>
                             <td class="colLast"><code>T</code></td>
                             <td class="colLast"><code><strong><a 
href="#page(T)">page</a></strong>(T page)</code><br>Sets this browser's page to 
be the given page after initializing it.</td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code><a 
href='../geb/Page.html'>Page</a></code></td>
                             <td class="colLast"><code><strong><a 
href="#page(geb.Page)">page</a></strong>(<a href='../geb/Page.html'>Page</a>[] 
potentialPageInstances)</code><br>Changes the browser's page to be an instance 
of the first given instance whose at checker returns a true value.</td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>void</code></td>
                             <td class="colLast"><code><strong><a 
href="#pause()">pause</a></strong>()</code><br>Indefinitely waits for 
<CODE>geb.unpause</CODE> javascript variable to be set to <CODE>true</CODE> in 
the driven browser.</td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code><a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' 
title='Object'>Object</a></code></td>
                             <td class="colLast"><code><strong><a 
href="#propertyMissing(java.lang.String)">propertyMissing</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/String.html' 
title='String'>String</a> name)</code><br>Delegates the property access 
directly to the current page object.</td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code><a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' 
title='Object'>Object</a></code></td>
                             <td class="colLast"><code><strong><a 
href="#propertyMissing(java.lang.String, 
java.lang.Object)">propertyMissing</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/String.html' 
title='String'>String</a> name, <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' 
title='Object'>Object</a> value)</code><br>Delegates the property assignment 
directly to the current page object.</td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>void</code></td>
                             <td class="colLast"><code><strong><a 
href="#quit()">quit</a></strong>()</code><br>Quits the driver.</td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>void</code></td>
                             <td class="colLast"><code><strong><a 
href="#report(java.lang.String)">report</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/String.html' 
title='String'>String</a> label)</code><br>Writes a snapshot of the browser's 
state to the current <a href='#getReportGroupDir()'>getReportGroupDir()</a> 
using
  the <a href='../geb/Configuration.html#getReporter()' title='config's 
reporter'>config's reporter</a>.</td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>void</code></td>
                             <td class="colLast"><code><strong><a 
href="#reportGroup(java.lang.String)">reportGroup</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/String.html' 
title='String'>String</a> path)</code><br>Sets the "group" for all subsequent 
reports, which is the relative path inside the reports dir that reports will be 
written to.</td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>void</code></td>
                             <td class="colLast"><code><strong><a 
href="#reportGroup(java.lang.Class)">reportGroup</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html' 
title='Class'>Class</a> clazz)</code><br>Sets the report group to be the full 
name of the class, replacing "." with "/".</td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>void</code></td>
                             <td class="colLast"><code><strong><a 
href="#resetNetworkLatency()">resetNetworkLatency</a></strong>()</code><br>Removes
 any previously configured network latency.</td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>void</code></td>
                             <td class="colLast"><code><strong><a 
href="#setBaseUrl(java.lang.String)">setBaseUrl</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/String.html' 
title='String'>String</a> baseUrl)</code><br>Changes the base url used for 
resolving relative urls.</td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>void</code></td>
                             <td class="colLast"><code><strong><a 
href="#setDriver(org.openqa.selenium.WebDriver)">setDriver</a></strong>(<a 
href='http://static.javadoc.io/org.seleniumhq.selenium/selenium-api/4.27.0/org/openqa/selenium/WebDriver.html'
 title='WebDriver'>WebDriver</a> driver)</code><br>Set (or change) the 
webdriver underneath this browser.</td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>void</code></td>
                             <td class="colLast"><code><strong><a 
href="#setNetworkLatency(java.time.Duration)">setNetworkLatency</a></strong>(java.time.Duration
 duration)</code><br>Allows to introduce network latency to the browser being 
driven.</td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>protected&nbsp;<a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' 
title='Object'>Object</a></code></td>
                             <td class="colLast"><code><strong><a 
href="#switchToWindow(java.lang.String)">switchToWindow</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/String.html' 
title='String'>String</a> window)</code><br></td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code>&lt;T extends 
Page&gt;</code></td>
                             <td class="colLast"><code>T</code></td>
                             <td class="colLast"><code><strong><a 
href="#to(java.util.Map, Class, java.lang.Object)">to</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/util/Map.html' 
title='Map'>Map</a> params, <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html' 
title='Class'>Class</a>&lt;T&gt; pageType, <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' 
title='Object'>Object</a>[] args)</code><br>Sends the browser to the given [...]
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code>&lt;T extends 
Page&gt;</code></td>
                             <td class="colLast"><code>T</code></td>
                             <td class="colLast"><code><strong><a 
href="#to(java.util.Map, Class, geb.url.UrlFragment, 
java.lang.Object)">to</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/util/Map.html' 
title='Map'>Map</a> params, <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html' 
title='Class'>Class</a>&lt;T&gt; pageType, <a 
href='../geb/url/UrlFragment.html'>UrlFragment</a> fragment, <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Ob [...]
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code>&lt;T extends 
Page&gt;</code></td>
                             <td class="colLast"><code>T</code></td>
                             <td class="colLast"><code><strong><a 
href="#to(java.util.Map, T, java.lang.Object)">to</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/util/Map.html' 
title='Map'>Map</a> params, T page, <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' 
title='Object'>Object</a>[] args)</code><br>Sends the browser to the given page 
instance url, sets the page to the given page instance and verifies the at 
checker of that page.</td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code>&lt;T extends 
Page&gt;</code></td>
                             <td class="colLast"><code>T</code></td>
                             <td class="colLast"><code><strong><a 
href="#to(java.util.Map, T, geb.url.UrlFragment, 
java.lang.Object)">to</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/util/Map.html' 
title='Map'>Map</a> params, T page, <a 
href='../geb/url/UrlFragment.html'>UrlFragment</a> fragment, <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' 
title='Object'>Object</a>[] args)</code><br>Sends the browser to the given page 
instance url, sets t [...]
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>void</code></td>
                             <td class="colLast"><code><strong><a 
href="#verifyAtImplicitly(Class)">verifyAtImplicitly</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html' 
title='Class'>Class</a>&lt;? extends <a href='../geb/Page.html' 
title='Page'>Page</a>&gt; targetPage)</code><br></td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>void</code></td>
                             <td class="colLast"><code><strong><a 
href="#verifyAtImplicitly(geb.Page)">verifyAtImplicitly</a></strong>(<a 
href='../geb/Page.html'>Page</a> targetPage)</code><br></td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code>&lt;T extends 
Page&gt;</code></td>
                             <td class="colLast"><code>T</code></td>
                             <td class="colLast"><code><strong><a 
href="#via(java.util.Map, Class, java.lang.Object)">via</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/util/Map.html' 
title='Map'>Map</a> params, <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html' 
title='Class'>Class</a>&lt;T&gt; pageType, <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' 
title='Object'>Object</a>[] args)</code><br>Sends the browser to the giv [...]
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code>&lt;T extends 
Page&gt;</code></td>
                             <td class="colLast"><code>T</code></td>
                             <td class="colLast"><code><strong><a 
href="#via(java.util.Map, Class, geb.url.UrlFragment, 
java.lang.Object)">via</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/util/Map.html' 
title='Map'>Map</a> params, <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html' 
title='Class'>Class</a>&lt;T&gt; pageType, <a 
href='../geb/url/UrlFragment.html'>UrlFragment</a> fragment, <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/ [...]
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code>&lt;T extends 
Page&gt;</code></td>
                             <td class="colLast"><code>T</code></td>
                             <td class="colLast"><code><strong><a 
href="#via(java.util.Map, T, java.lang.Object)">via</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/util/Map.html' 
title='Map'>Map</a> params, T page, <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' 
title='Object'>Object</a>[] args)</code><br>Sends the browser to the given page 
instance url and sets the page the given instance.</td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code>&lt;T extends 
Page&gt;</code></td>
                             <td class="colLast"><code>T</code></td>
                             <td class="colLast"><code><strong><a 
href="#via(java.util.Map, T, geb.url.UrlFragment, 
java.lang.Object)">via</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/util/Map.html' 
title='Map'>Map</a> params, T page, <a 
href='../geb/url/UrlFragment.html'>UrlFragment</a> fragment, <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' 
title='Object'>Object</a>[] args)</code><br>Sends the browser to the given page 
instance url and s [...]
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code>&lt;T&gt;</code></td>
                             <td class="colLast"><code>T</code></td>
                             <td class="colLast"><code><strong><a 
href="#withNewWindow(java.util.Map, groovy.lang.Closure, 
Closure)">withNewWindow</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/util/Map.html' 
title='Map'>Map</a> options, <a 
href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html'
 title='Closure'>Closure</a> windowOpeningBlock, <a 
href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html'
 titl [...]
  of the newly opened window. </td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code>&lt;T&gt;</code></td>
                             <td class="colLast"><code>T</code></td>
                             <td class="colLast"><code><strong><a 
href="#withNewWindow(groovy.lang.Closure, 
Closure)">withNewWindow</a></strong>(<a 
href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html'
 title='Closure'>Closure</a> windowOpeningBlock, <a 
href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html'
 title='Closure'>Closure</a>&lt;T&gt; block)</code><br>Expects the first 
closure argument to open a new window and call [...]
  of the newly opened window.</td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code>&lt;T&gt;</code></td>
                             <td class="colLast"><code>T</code></td>
                             <td class="colLast"><code><strong><a 
href="#withWindow(java.lang.String, Closure)">withWindow</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/String.html' 
title='String'>String</a> window, <a 
href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html'
 title='Closure'>Closure</a>&lt;T&gt; block)</code><br>Executes a closure 
within the context of a window specified by a name</td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code>&lt;T&gt;</code></td>
                             <td class="colLast"><code><a 
href='http://docs.oracle.com/javase/8/docs/api/java/util/List.html' 
title='List'>List</a>&lt;T&gt;</code></td>
                             <td class="colLast"><code><strong><a 
href="#withWindow(groovy.lang.Closure, Closure)">withWindow</a></strong>(<a 
href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html'
 title='Closure'>Closure</a> specification, <a 
href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html'
 title='Closure'>Closure</a>&lt;T&gt; block)</code><br>Executes a closure 
within the context of all windows for which the specification
  closure returns groovy truth.</td>
                         </tr>
                         
-                        <tr class="altColor">
+                        <tr class="rowColor">
                             <td class="colFirst"><code>&lt;T&gt;</code></td>
                             <td class="colLast"><code><a 
href='http://docs.oracle.com/javase/8/docs/api/java/util/List.html' 
title='List'>List</a>&lt;T&gt;</code></td>
                             <td class="colLast"><code><strong><a 
href="#withWindow(java.util.Map, groovy.lang.Closure, 
Closure)">withWindow</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/util/Map.html' 
title='Map'>Map</a> options, <a 
href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html'
 title='Closure'>Closure</a> specification, <a 
href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html'
 title='Closure' [...]
  closure returns groovy truth.</td>
                         </tr>
                         
-                        <tr class="rowColor">
+                        <tr class="altColor">
                             <td class="colFirst"><code>&lt;T&gt;</code></td>
                             <td class="colLast"><code>T</code></td>
                             <td class="colLast"><code><strong><a 
href="#withWindow(java.util.Map, java.lang.String, 
Closure)">withWindow</a></strong>(<a 
href='http://docs.oracle.com/javase/8/docs/api/java/util/Map.html' 
title='Map'>Map</a> options, <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/String.html' 
title='String'>String</a> window, <a 
href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html'
 title='Closure'>Closure</a>&lt;T&gt; block)</ [...]
@@ -984,6 +990,14 @@ extends <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html'
                             </li>
                         </ul>
                     
+                        <a name="createDriver()"><!-- --></a>
+                        <ul class="blockListLast">
+                            <li class="blockList">
+                                <h4>protected&nbsp;<a 
href='http://static.javadoc.io/org.seleniumhq.selenium/selenium-api/4.27.0/org/openqa/selenium/WebDriver.html'
 title='WebDriver'>WebDriver</a> <strong>createDriver</strong>()</h4>
+                                <p> Called to create the driver, the first 
time it is requested. <DL><DT><B>Returns:</B></DT><DD>The driver</DD></DL></p>
+                            </li>
+                        </ul>
+                    
                         <a name="createNavigatorFactory()"><!-- --></a>
                         <ul class="blockListLast">
                             <li class="blockList">
@@ -1100,7 +1114,7 @@ extends <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html'
                                 <h4><a 
href='http://static.javadoc.io/org.seleniumhq.selenium/selenium-api/4.27.0/org/openqa/selenium/WebDriver.html'
 title='WebDriver'>WebDriver</a> <strong>getDriver</strong>()</h4>
                                 <p> The driver implementation used to automate 
the actual browser.
  <p>
- The driver implementation to use is determined by the configuration. 
<DL><DT><B>See Also:</B></DT><DD><a 
href='../geb/Configuration.html#getDriver()' 
title='Configuration.getDriver'>Configuration.getDriver</a></DD></DL></p>
+ The driver implementation to use is determined by the configuration. 
<DL><DT><B>See Also:</B></DT><DD><a 
href='../geb/Configuration.html#createDriver()' 
title='Configuration.createDriver'>Configuration.createDriver</a></DD></DL></p>
                             </li>
                         </ul>
                     
@@ -1413,9 +1427,7 @@ extends <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html'
  <p>
  This should only be called before making any requests as a means to override 
the driver instance
  that would be created from the configuration. Where possible, prefer using 
the configuration mechanism
- to specify the driver implementation to use.
- <p>
- This method delegates to <a 
href='../geb/Configuration.html#setDriver(org.openqa.selenium.WebDriver)' 
title='Configuration.setDriver'>Configuration.setDriver</a>.</p>
+ to specify the driver implementation to use.</p>
                             </li>
                         </ul>
                     
diff --git a/geb/manual/snapshot/api/geb/Configuration.html 
b/geb/manual/snapshot/api/geb/Configuration.html
index 32b7472..cda68b5 100644
--- a/geb/manual/snapshot/api/geb/Configuration.html
+++ b/geb/manual/snapshot/api/geb/Configuration.html
@@ -325,7 +325,7 @@ extends <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html'
                         
                         <tr class="rowColor">
                             <td class="colFirst"><code></code></td>
-                            <td class="colLast"><code>protected&nbsp;<a 
href='http://static.javadoc.io/org.seleniumhq.selenium/selenium-api/4.27.0/org/openqa/selenium/WebDriver.html'
 title='WebDriver'>WebDriver</a></code></td>
+                            <td class="colLast"><code><a 
href='http://static.javadoc.io/org.seleniumhq.selenium/selenium-api/4.27.0/org/openqa/selenium/WebDriver.html'
 title='WebDriver'>WebDriver</a></code></td>
                             <td class="colLast"><code><strong><a 
href="#createDriver()">createDriver</a></strong>()</code><br></td>
                         </tr>
                         
@@ -381,7 +381,8 @@ extends <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html'
                         <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code><a 
href='http://static.javadoc.io/org.seleniumhq.selenium/selenium-api/4.27.0/org/openqa/selenium/WebDriver.html'
 title='WebDriver'>WebDriver</a></code></td>
-                            <td class="colLast"><code><strong><a 
href="#getDriver()">getDriver</a></strong>()</code><br></td>
+                            <td class="colLast"><code><strong><a 
href="#getDriver()">getDriver</a></strong>()</code><br><DL><DT><B>deprecated:</B></DT><DD>As
 of 8.0, replaced by <a href='#createDriver()'>createDriver()</a>, the 
configuration does
+             no longer carry a driver instance.</DD></DL> </td>
                         </tr>
                         
                         <tr class="rowColor">
@@ -623,7 +624,9 @@ extends <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html'
                         <tr class="altColor">
                             <td class="colFirst"><code></code></td>
                             <td class="colLast"><code>void</code></td>
-                            <td class="colLast"><code><strong><a 
href="#setDriver(org.openqa.selenium.WebDriver)">setDriver</a></strong>(<a 
href='http://static.javadoc.io/org.seleniumhq.selenium/selenium-api/4.27.0/org/openqa/selenium/WebDriver.html'
 title='WebDriver'>WebDriver</a> driver)</code><br></td>
+                            <td class="colLast"><code><strong><a 
href="#setDriver(org.openqa.selenium.WebDriver)">setDriver</a></strong>(<a 
href='http://static.javadoc.io/org.seleniumhq.selenium/selenium-api/4.27.0/org/openqa/selenium/WebDriver.html'
 title='WebDriver'>WebDriver</a> 
ignored)</code><br><DL><DT><B>deprecated:</B></DT><DD>As of 8.0, the 
configuration does no longer carry a driver
+             instance, but only create new driver instances, the driver
+             instance used is stored in the browser instance.</DD></DL> </td>
                         </tr>
                         
                         <tr class="rowColor">
@@ -1087,7 +1090,7 @@ extends <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html'
                         <a name="createDriver()"><!-- --></a>
                         <ul class="blockListLast">
                             <li class="blockList">
-                                <h4>protected&nbsp;<a 
href='http://static.javadoc.io/org.seleniumhq.selenium/selenium-api/4.27.0/org/openqa/selenium/WebDriver.html'
 title='WebDriver'>WebDriver</a> <strong>createDriver</strong>()</h4>
+                                <h4><a 
href='http://static.javadoc.io/org.seleniumhq.selenium/selenium-api/4.27.0/org/openqa/selenium/WebDriver.html'
 title='WebDriver'>WebDriver</a> <strong>createDriver</strong>()</h4>
                                 <p></p>
                             </li>
                         </ul>
@@ -1169,8 +1172,9 @@ extends <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html'
                         <a name="getDriver()"><!-- --></a>
                         <ul class="blockListLast">
                             <li class="blockList">
-                                <h4><a 
href='http://static.javadoc.io/org.seleniumhq.selenium/selenium-api/4.27.0/org/openqa/selenium/WebDriver.html'
 title='WebDriver'>WebDriver</a> <strong>getDriver</strong>()</h4>
-                                <p></p>
+                                <h4>@<a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html' 
title='Deprecated'>Deprecated</a><br><a 
href='http://static.javadoc.io/org.seleniumhq.selenium/selenium-api/4.27.0/org/openqa/selenium/WebDriver.html'
 title='WebDriver'>WebDriver</a> <strong>getDriver</strong>()</h4>
+                                <p><DL><DT><B>deprecated:</B></DT><DD>As of 
8.0, replaced by <a href='#createDriver()'>createDriver()</a>, the 
configuration does
+             no longer carry a driver instance.</DD></DL> </p>
                             </li>
                         </ul>
                     
@@ -1181,7 +1185,7 @@ extends <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html'
                                 <p> Returns the configuration value for the 
driver.
  <p>
  This may be the class name of a driver implementation, a short name, or a 
closure
- that when invoked returns an actual driver. <DL><DT><B>See 
Also:</B></DT><DD><a href='#getDriver()'>getDriver()</a></DD></DL></p>
+ that when invoked returns an actual driver. <DL><DT><B>See 
Also:</B></DT><DD><a href='#createDriver()'>createDriver()</a></DD></DL></p>
                             </li>
                         </ul>
                     
@@ -1518,8 +1522,10 @@ extends <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html'
                         <a 
name="setDriver(org.openqa.selenium.WebDriver)"><!-- --></a>
                         <ul class="blockListLast">
                             <li class="blockList">
-                                <h4>void <strong>setDriver</strong>(<a 
href='http://static.javadoc.io/org.seleniumhq.selenium/selenium-api/4.27.0/org/openqa/selenium/WebDriver.html'
 title='WebDriver'>WebDriver</a> driver)</h4>
-                                <p></p>
+                                <h4>@<a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html' 
title='Deprecated'>Deprecated</a><br>void <strong>setDriver</strong>(<a 
href='http://static.javadoc.io/org.seleniumhq.selenium/selenium-api/4.27.0/org/openqa/selenium/WebDriver.html'
 title='WebDriver'>WebDriver</a> ignored)</h4>
+                                <p><DL><DT><B>deprecated:</B></DT><DD>As of 
8.0, the configuration does no longer carry a driver
+             instance, but only create new driver instances, the driver
+             instance used is stored in the browser instance.</DD></DL> </p>
                             </li>
                         </ul>
                     
@@ -1530,7 +1536,7 @@ extends <a 
href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html'
                                 <p> Sets the driver configuration value.
  <p>
  This may be the class name of a driver implementation, a driver short name or 
a closure
- that when invoked with no arguments returns a driver implementation. 
<DL><DT><B>See Also:</B></DT><DD><a 
href='#getDriver()'>getDriver()</a></DD></DL></p>
+ that when invoked with no arguments returns a driver implementation. 
<DL><DT><B>See Also:</B></DT><DD><a 
href='#createDriver()'>createDriver()</a></DD></DL></p>
                             </li>
                         </ul>
                     
diff --git 
a/geb/manual/snapshot/api/geb/navigator/AttributeAccessingMetaClass.html 
b/geb/manual/snapshot/api/geb/navigator/AttributeAccessingMetaClass.html
index a009a6c..723504b 100644
--- a/geb/manual/snapshot/api/geb/navigator/AttributeAccessingMetaClass.html
+++ b/geb/manual/snapshot/api/geb/navigator/AttributeAccessingMetaClass.html
@@ -187,7 +187,7 @@ extends <a 
href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/
                         
                         <tr class="altColor">
                             <td class="colFirst"><code>class <a 
href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/DelegatingMetaClass.html'
 title='DelegatingMetaClass'>DelegatingMetaClass</a></code></td>
-                            <td class="colLast"><code><a 
href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/DelegatingMetaClass.html#isGroovyObject()'
 title='isGroovyObject'>isGroovyObject</a>, <a 
href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/DelegatingMetaClass.html#isModified()'
 title='isModified'>isModified</a>, <a 
href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/DelegatingMetaClass.html#addNewInstanceMethod(j
 [...]
+                            <td class="colLast"><code><a 
href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/DelegatingMetaClass.html#isGroovyObject()'
 title='isGroovyObject'>isGroovyObject</a>, <a 
href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/DelegatingMetaClass.html#isModified()'
 title='isModified'>isModified</a>, <a 
href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/DelegatingMetaClass.html#addNewInstanceMethod(j
 [...]
                         </tr>
                     </table>
                    </ul>
diff --git 
a/geb/manual/snapshot/api/geb/transform/DynamicallyDispatchesToBrowserAstTransformation.html
 
b/geb/manual/snapshot/api/geb/transform/DynamicallyDispatchesToBrowserAstTransformation.html
index ca79dae..eec3d9d 100644
--- 
a/geb/manual/snapshot/api/geb/transform/DynamicallyDispatchesToBrowserAstTransformation.html
+++ 
b/geb/manual/snapshot/api/geb/transform/DynamicallyDispatchesToBrowserAstTransformation.html
@@ -234,7 +234,7 @@ extends 
org.codehaus.groovy.transform.AbstractASTTransformation</pre>
                         
                         <tr class="altColor">
                             <td class="colFirst"><code>class 
org.codehaus.groovy.transform.AbstractASTTransformation</code></td>
-                            <td 
class="colLast"><code>org.codehaus.groovy.transform.AbstractASTTransformation#tokenize(java.lang.String),
 
org.codehaus.groovy.transform.AbstractASTTransformation#addError(java.lang.String,
 org.codehaus.groovy.ast.ASTNode), 
org.codehaus.groovy.transform.AbstractASTTransformation#getAnnotationName(), 
org.codehaus.groovy.transform.AbstractASTTransformation#memberHasValue(org.codehaus.groovy.ast.AnnotationNode,
 java.lang.String, java.lang.Object), org.codehaus [...]
+                            <td 
class="colLast"><code>org.codehaus.groovy.transform.AbstractASTTransformation#tokenize(java.lang.String),
 
org.codehaus.groovy.transform.AbstractASTTransformation#addError(java.lang.String,
 org.codehaus.groovy.ast.ASTNode), 
org.codehaus.groovy.transform.AbstractASTTransformation#shouldSkipOnDescriptorUndefinedAware(boolean,
 java.util.Map, org.codehaus.groovy.ast.MethodNode, java.util.List, 
java.util.List), org.codehaus.groovy.transform.AbstractASTTransforma [...]
                         </tr>
                     </table>
                    </ul>
diff --git 
a/geb/manual/snapshot/api/geb/transform/implicitassertions/ImplicitAssertionsTransformationVisitor.html
 
b/geb/manual/snapshot/api/geb/transform/implicitassertions/ImplicitAssertionsTransformationVisitor.html
index 504fd1f..bd0bec3 100644
--- 
a/geb/manual/snapshot/api/geb/transform/implicitassertions/ImplicitAssertionsTransformationVisitor.html
+++ 
b/geb/manual/snapshot/api/geb/transform/implicitassertions/ImplicitAssertionsTransformationVisitor.html
@@ -261,7 +261,7 @@ extends 
org.codehaus.groovy.ast.ClassCodeVisitorSupport</pre>
                         
                         <tr class="altColor">
                             <td class="colFirst"><code>class 
org.codehaus.groovy.ast.ClassCodeVisitorSupport</code></td>
-                            <td 
class="colLast"><code>org.codehaus.groovy.ast.ClassCodeVisitorSupport#visitProperty(org.codehaus.groovy.ast.PropertyNode),
 
org.codehaus.groovy.ast.ClassCodeVisitorSupport#visitPackage(org.codehaus.groovy.ast.PackageNode),
 
org.codehaus.groovy.ast.ClassCodeVisitorSupport#visitClass(org.codehaus.groovy.ast.ClassNode),
 
org.codehaus.groovy.ast.ClassCodeVisitorSupport#visitConstructor(org.codehaus.groovy.ast.ConstructorNode),
 org.codehaus.groovy.ast.ClassCodeVis [...]
+                            <td 
class="colLast"><code>org.codehaus.groovy.ast.ClassCodeVisitorSupport#visitProperty(org.codehaus.groovy.ast.PropertyNode),
 
org.codehaus.groovy.ast.ClassCodeVisitorSupport#visitPackage(org.codehaus.groovy.ast.PackageNode),
 
org.codehaus.groovy.ast.ClassCodeVisitorSupport#visitClass(org.codehaus.groovy.ast.ClassNode),
 
org.codehaus.groovy.ast.ClassCodeVisitorSupport#visitConstructor(org.codehaus.groovy.ast.ConstructorNode),
 org.codehaus.groovy.ast.ClassCodeVis [...]
                         </tr>
                     </table>
                    </ul>
diff --git a/geb/manual/snapshot/api/index-all.html 
b/geb/manual/snapshot/api/index-all.html
index 5df5807..423c958 100644
--- a/geb/manual/snapshot/api/index-all.html
+++ b/geb/manual/snapshot/api/index-all.html
@@ -550,6 +550,8 @@ if (location.href.indexOf('is-external=true') == -1) {
  we were constructed with, the <CODE>classLoader</CODE> passed in and a <a 
href='../geb/BuildAdapter.html' title='build adapter'>build 
adapter</a>.</div></dd>
 <dt><span class="strong"><a 
href="geb/Configuration.html#createDefaultReporter()" title="Method in 
Configuration">createDefaultReporter()</a></span> - Method in <a 
href="geb/Configuration.html">Configuration</a>
 </dt><dd> <div class="block"></div></dd>
+<dt><span class="strong"><a href="geb/Browser.html#createDriver()" 
title="Method in Browser">createDriver()</a></span> - Method in <a 
href="geb/Browser.html">Browser</a>
+</dt><dd> <div class="block">Called to create the driver, the first time it is 
requested.</div></dd>
 <dt><span class="strong"><a href="geb/Configuration.html#createDriver()" 
title="Method in Configuration">createDriver()</a></span> - Method in <a 
href="geb/Configuration.html">Configuration</a>
 </dt><dd> <div class="block"></div></dd>
 <dt><span class="strong"><a 
href="geb/navigator/factory/AbstractNavigatorFactory.html#createDynamic(Supplier<Iterable<WebElement>>)"
 title="Method in 
AbstractNavigatorFactory">createDynamic(Supplier&lt;Iterable&lt;WebElement&gt;&gt;)</a></span>
 - Method in <a 
href="geb/navigator/factory/AbstractNavigatorFactory.html">AbstractNavigatorFactory</a>
@@ -1085,7 +1087,8 @@ if (location.href.indexOf('is-external=true') == -1) {
 <dt><span class="strong"><a 
href="geb/driver/CallbackDriverFactory.html#getDriver()" title="Method in 
CallbackDriverFactory">getDriver()</a></span> - Method in <a 
href="geb/driver/CallbackDriverFactory.html">CallbackDriverFactory</a>
 </dt><dd> <div class="block"></div></dd>
 <dt><span class="strong"><a href="geb/Configuration.html#getDriver()" 
title="Method in Configuration">getDriver()</a></span> - Method in <a 
href="geb/Configuration.html">Configuration</a>
-</dt><dd> <div class="block"></div></dd>
+</dt><dd> <div class="block"><DL><DT><B>deprecated:</B></DT><DD>As of 8.0, 
replaced by <a href='#createDriver()'>createDriver()</a>, the configuration does
+             no longer carry a driver instance.</DD></DL> </div></dd>
 <dt><span class="strong"><a href="geb/driver/DriverFactory.html#getDriver()" 
title="Method in DriverFactory">getDriver()</a></span> - Method in <a 
href="geb/driver/DriverFactory.html">DriverFactory</a>
 </dt><dd> <div class="block"></div></dd>
 <dt><span class="strong"><a 
href="geb/driver/NameBasedDriverFactory.html#getDriver()" title="Method in 
NameBasedDriverFactory">getDriver()</a></span> - Method in <a 
href="geb/driver/NameBasedDriverFactory.html">NameBasedDriverFactory</a>
@@ -2300,7 +2303,9 @@ if (location.href.indexOf('is-external=true') == -1) {
 <dt><span class="strong"><a 
href="geb/Browser.html#setDriver(org.openqa.selenium.WebDriver)" title="Method 
in Browser">setDriver(org.openqa.selenium.WebDriver)</a></span> - Method in <a 
href="geb/Browser.html">Browser</a>
 </dt><dd> <div class="block">Set (or change) the webdriver underneath this 
browser.</div></dd>
 <dt><span class="strong"><a 
href="geb/Configuration.html#setDriver(org.openqa.selenium.WebDriver)" 
title="Method in 
Configuration">setDriver(org.openqa.selenium.WebDriver)</a></span> - Method in 
<a href="geb/Configuration.html">Configuration</a>
-</dt><dd> <div class="block"></div></dd>
+</dt><dd> <div class="block"><DL><DT><B>deprecated:</B></DT><DD>As of 8.0, the 
configuration does no longer carry a driver
+             instance, but only create new driver instances, the driver
+             instance used is stored in the browser instance.</DD></DL> 
</div></dd>
 <dt><span class="strong"><a 
href="geb/Configuration.html#setDriverConf(java.lang.Object)" title="Method in 
Configuration">setDriverConf(java.lang.Object)</a></span> - Method in <a 
href="geb/Configuration.html">Configuration</a>
 </dt><dd> <div class="block">Sets the driver configuration value.</div></dd>
 <dt><span class="strong"><a 
href="geb/navigator/DefaultNavigator.html#setEventListener(geb.navigator.event.NavigatorEventListener)"
 title="Method in 
DefaultNavigator">setEventListener(geb.navigator.event.NavigatorEventListener)</a></span>
 - Method in <a href="geb/navigator/DefaultNavigator.html">DefaultNavigator</a>
diff --git a/geb/manual/snapshot/index.html b/geb/manual/snapshot/index.html
index 4c6d9d4..d6d1b2d 100644
--- a/geb/manual/snapshot/index.html
+++ b/geb/manual/snapshot/index.html
@@ -12915,7 +12915,7 @@ new <a 
href="#form-element"><code>FormElement</code></a> module class.</p>
 <div id="footer">
 <div id="footer-text">
 Version 8.0-SNAPSHOT<br>
-Last updated 2025-03-18 12:08:18 UTC
+Last updated 2025-05-05 13:38:11 UTC
 </div>
 </div>
 </body>

Reply via email to