Hi,

I am trying to use waitFor method in different class other than page class.

For example:

class test extends page {


def clickAnElement(ObjName)
{

waitFor(60)
 {
 ObjName.click()
}
}
}


and clickAnElement, i am calling from one page class .
but code fails at WaitFor() as WaitFor is not working for me in class other
than page class.


Can any help me out in this case. Please

Thanks
Regards,
Avinash Kumar

-- 
You received this message because you are subscribed to the Google Groups "Geb 
User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/geb-user/CAMMvVTQGSi1pUnfqADqRGAmTWZjKNZZV11oEY7zOdS1dcFsmMA%40mail.gmail.com.

Reply via email to