I added the following methods in DslContext, void setTimeout(long timeoutInMilliseconds);
boolean isCookiePresent(String name); String getCookie(); String getCookieByName(String name); void createCookie(String nameValuePair, String optionsString); void deleteCookie(String name, String optionsString); void deleteAllVisibleCookies(); Please update your core jar from our Maven repo, or download directly from here, http://kungfuters.org/nexus/content/repositories/snapshots/tellurium/tellurium-core/0.7.0-SNAPSHOT/ Please let us know if you have any problems with the new methods. Thanks, Jian On Mon, Aug 31, 2009 at 9:04 AM, Jian Fang <[email protected]> wrote: > Hi, > > We haven't included the two methods in DslContext yet. But we can add that > very quickly. > > Thanks, > > Jian > > > On Mon, Aug 31, 2009 at 6:27 AM, d32 <[email protected]> wrote: > >> >> Hi, >> >> >> 1) How could we delete cookies using tellurium.. wats the equivalent >> of selenium.deleteAllVisibleCookies() in tellurium. >> >> >> 2) How we can set time out in tellurium...like we do with >> selenium.setTimeOut() >> >> >> Thanks >> Prashant >> >> >> >> > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
