How to get control on DevTools through Assistedge

Hi,

I am trying to automate the process to reduce manual effort. The requirement is, after entering into the web page we able to open console window by using SendKey functionality Ctrl + Shift + J. After this i need control on console window to perform some clicks. Can any one please provide the solution to do this and if possible provide steps to perform this process using assistedge Studio. FYI attaching the screenshot.

Regards,
AMD Taeeb

Hi,

For this use case you will either have to use image automation or Application Host Activity

Regards,
Amit Anand

Hi amit,

Can you please provide the steps how to use Application host activity.

Regards,
AMD Taeeb

Hi,

Under Tools panel search for Application Host Activity. You need to add the same inside application.
Click on setting icon and define the condition using which you can uniquely identify the window where control is present. Post that inside application host activity you can click on Add and highlight and configure the control which you want

Regards,
Amit