cancel
Showing results for 
Search instead for 
Did you mean: 

Application Modeller - A Browser which is already running

ChiragSurati
Level 4
I'm creating multiple Objects to interact with different pages for a web application per best practice. The Basic Object is where the Modeller resides which I exposed to other processes. The Top Menu Object is where I'm trying to attach, activate, and interact with elements with a window launched by Basic Object and it's failing to activate and interact unless I click the attach button when it opens a new window for me to run the Object process in.  I'm coming to a conclusion multiple objects can not interface with a single web application. Correct me if I'm wrong and if so help me understand what I could be doing wrong. Thanks Chris
4 REPLIES 4

NarayanShrawagi
Level 6
Multiple Objects can interact with single  Application. Please read Foundation Training document carefully.Also you can download Advanced consolidation exercise where u can see this.  Learning >> ACE
Narayan

John__Carter
Staff
Staff
Hi Chris - any object must be attached to the target application before it can do anything, and if the object launches the app then the attach is automatic. But if the object is not the one who launches, then it must attach.

ChiragSurati
Level 4
@narayanshrawagi are you referring to the Foundation Training - ReadyTech User Guide? If not could you be kind enough to include the address?  

ChiragSurati
Level 4
@John__Carter I am using attach with success. However, when I wait or interact with an element from the modeler it fails because it wasn't the original VBO that launched the application. Is there some sort of setting or setup the modeler in such a way to get it to work?