Hi,
I ran into a strange problem and wonder if its my fault or if it is a bug.
Following scenario:
- Page A contains several text fields , whose content i want to verify. 1 
of these text fields is within an iframe.
- When i want to verify if the text is correct by using :

def checkText(text){
       withFrame(frame){messageText.contains(text}
}

as a method in PageObejct for PageA , it works.

But since i have several other Pages, where i want to do the same check, i 
moved it into a module.
When i now run: 

 - module(VerifyMessage).checkText(text) 

I get a timeout. All other elements, I check in the module are found (divs 
with Text information).
So i moved just the check for the text back into the PageObejct for Page A, 
then it works again.

Do I do something wrong here? Do you need more Information?


Regards

-- 
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/geb-user/ba795fd4-dcdb-4cb2-9cb3-a8e55bb3444b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to