OpenUrl is on the base Java/Groovy test case class. Not on DslContext. Please use
openUrl(URL) directly. Thanks, Jian On Mon, Sep 21, 2009 at 7:56 AM, Zsolt Kovacs <[email protected]> wrote: > Hi, > > I am unable to find the openUrl DSL method in the 0.6 release. I have tried > the jar and also checked out tags/tellurium-0.6.0/core, but neither the > DslContext nor BaseDslContext has got such method. I can click or type but > calling openUrl throws this exception: > > groovy.lang.MissingMethodException: No signature of method: > com.medicanimal.test.tellurium.ui.MANewUserPage.openUrl() is applicable for > argument types: (org.codehaus.groovy.runtime.GStringImpl) values: [ > https://localhost:8443/pageURL] > at > org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:54) > at > org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:78) > at > org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44) > at > org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:143) > at > org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:151) > at > com.medicanimal.test.tellurium.ui.MANewUserPage.open(MANewUserPage.groovy:59) > > Is it truly missing or I am doing something wrong? > > Thanks, > > Zsolt > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
