Forum Discussion

mgroen's avatar
mgroen
Frequent Contributor
12 years ago

Check IE version (in different languages) in keyword testing mode

I am building a test frame work , to test against multiple ie versions (9, 10 and 11 in the future), in both Dutch and English.

Before the test start I want to have a clear screenshot of the "about" screen (which displays the version info of the browser.



What is the best approach to do this?



In FF and Chrome I just simply put in the text "about:" (in FF), and in Chrome "chrome: //version" in the address bar, however I cannot find IE to have an option for that?



Any tips on how to do this?

  • jusbat's avatar
    jusbat
    Occasional Contributor
    Not sure if this is what you're looking for but I did something similar by starting every test with automated keyboard input: "Alt+H" and "A". This is a quick keyboard shortcut to the 'About' screen in IE. Don't know if this would work the same for different languages.