How to spy JavaScript page in IE

manoj_ck

New Member
Hi All,

I could able to spy everything and can proceed. But when I click on one hyperlink, it redirects to new tab which is JavaScript page. I have problem spying that page. I couldn't able to spy with any of the modes. Attached a snippet of source code of that page for reference.
Please suggest me a way to achieve this.

Many thanks in advance.
 

Attachments

  • SourceCode.PNG
    34.2 KB · Views: 12

gil.silva

Active Member
Hello manoj_ck,

You should be able to use UIA mode to spy the visible elements on the page.
There's also the option to use javascript invoke actions, but it requires a deeper understanding of .js
 

manoj_ck

New Member
Hello manoj_ck,

You should be able to use UIA mode to spy the visible elements on the page.
There's also the option to use javascript invoke actions, but it requires a deeper understanding of .js

Hi gil.Silva,

I have tried UIA mode as well and could able to spy. But not able to highlight it. Even I have checked match index as well. Still no luck on it.
 
Top