Forum Discussion
mesg2anil
15 years agoRegular Contributor
Hi Robert,
Forgot to mention one more point here...
Acutally whenever I go to next page, my pageobj will change, so each time instead of giving different pageobj.wait(), how to make it a generic one so that i can give the generic pageobj.wait() instead of changing the pageobj each time the page objects changes?
In your example, each time pageobj changes i need to give that particular pageobj.wait(), which is also erroring out as said in my above reply. Could you please suggest me the generic one? I think there is something we can do using Window("Internet Explorer_Server")??? If we set using Window("Internet Explorer_Server") to the pageobj, this pageobj can be used as a generic one throughout the script
Forgot to mention one more point here...
Acutally whenever I go to next page, my pageobj will change, so each time instead of giving different pageobj.wait(), how to make it a generic one so that i can give the generic pageobj.wait() instead of changing the pageobj each time the page objects changes?
In your example, each time pageobj changes i need to give that particular pageobj.wait(), which is also erroring out as said in my above reply. Could you please suggest me the generic one? I think there is something we can do using Window("Internet Explorer_Server")??? If we set using Window("Internet Explorer_Server") to the pageobj, this pageobj can be used as a generic one throughout the script