Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Blocker
-
Resolution: Unresolved
-
Affects Version/s: 0.5
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
-
Environment:Windows and Ubuntu Linux
-
Number of attachments :
Description
Both assertions in the code below will fail with the following error:
Caught: geb.error.DriveException: null
at geb.Browser.doDrive(Browser.groovy:197)
at geb.Browser.drive(Browser.groovy:173)
at simpleTest.run(simpleTest.groovy:8)
@Grapes([
@Grab("org.codehaus.geb:geb-core:latest.release"),
@Grab("org.seleniumhq.selenium:selenium-firefox-driver:latest.release")
])
import geb.Browser
Browser.drive("http://enrollio.org")
The documentation does not specifically mention that siblings() method will
take a "text" specification, but Luke said to file a bug if his suggestion above didn't work.
http://bamboo.ci.codehaus.org/browse/GEB-MASTERDEFAULTS/latest/artifact/Manual/navigator.html#traversing
http://markmail.org/thread/ojsgw3px6ubzipel