I have gone through several posts and tried several things but I cannot grab the value from a span element in Geb (refer to my other post: How to grab the value of the span element using jQuery )
There is an example in Geb manual stating that $('span').text() should work but it is not supported at all.
Does anyone know if there is a bug in Geb implementation.
I'm using version-0.9.0 for Geb-Spock