Problem with Browser based Automation.

siddharth

New Member
Hi All,
When we try to use any browser-based automation (IE and Chrome), we are not able to Identify the elements, even though the application is launched, it throws an error "Element is not connected" , each time it asks for us to attach rather than changing to Identify.
 

sivagelli

Well-Known Member
Once you launch your application, check the number of processes that are initiated in task manager.
The behavior you mentioned happens only when there are multiple processes for the application.

Here, I order to spy the application elements, you can try this-
1. Launch the application
2. Go to the Object Studio -> Application Modeller. In the Application Modeller choose the options
  • Browser Based
  • My application will already be running - I want to attach to the existing instance
  • Enter the Window Title name
  • Leave the other options as default
3. Click on Launch in the Application Modeller

This will enable the launched application for spying.

Let know how it goes.
 
Last edited:
Top