Ok, I found a post in another place about the same error I am
currently seeing.

I see:

java.lang.NullPointerException: Cannot invoke method open() on null
object
        at
org.codehaus.groovy.runtime.NullObject.invokeMethod(NullObject.java:
77)
        at
org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:
45)
        at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:
40)
        at
org.codehaus.groovy.runtime.callsite.NullCallSite.call(NullCallSite.java:
32)
        at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:
40)
        at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:
117)
        at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:
125)
        at
org.telluriumsource.component.connector.SeleniumConnector.connectUrl(SeleniumConnector.groovy:
54)
        at
org.telluriumsource.test.java.BaseTelluriumJavaTestCase.connectUrl(BaseTelluriumJavaTestCase.java:
57)
        at
GoogleStartPageJavaTestCase.testGoogleSearch(GoogleStartPageJavaTestCase.java:
19)

Which someone else posted about here and you answered:
http://www.mail-archive.com/[email protected]/msg01259.html

So,

I added connectSeleniumServer() as the last line of initUi() in
GoogleStartPageJavaTestCase.java and now everything runs.  So, another
thing to update on the how-to.

Thanks for your help.  I am off to build on this and learn what I can
do.

-Kristin

-- 
You received this message because you are subscribed to the Google Groups 
"tellurium-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en.

Reply via email to