Forum Discussion

Gordian's avatar
Gordian
Occasional Contributor
11 years ago
Solved

Can't see objects on "chrome://settings" page

I have TC 10.20 and Chrome 34. With the object spy I'm able to see objects in my application so I know the extension is working.  However in screens like "chrome://settings" or Chrome security cert...
  • TanyaYatskovska's avatar
    11 years ago

    Hi Thomas,


     


    This is one of the Chrome specifics listed here:


    For security considerations Chrome refuses all extensions to inject code into its internal pages (about:*, chrome:*). Because of that, internal pages, like the new tab page, the extension manager, the download manager, the history page and so on, are not accessible to TestComplete.


     


    You may try playing with Chrome command-line parameters to accomplish your task - look at the --disable-web-security - parameter.


    The list of all parameters you can find here.