Forum Discussion

mtrampe's avatar
mtrampe
Occasional Contributor
12 years ago

How to check the favicon of the browser?

We have a scenario to verify the favicon of a browser, but I can't find a property that will give me the values of the favicon. This test must run on 5 major browsers. (ei, firefox, chrome, opera and safari)

1 Reply


  • Hi Mike,


     


    If you need to distinguish the browsers running on the computer, you can do this by checking a browser's process name in TestComplete's Object Browser:


    for IE, it will be "iexplore


    For Chrome - "chrome"


    etc.