Forum Discussion

vinodkumar_chau's avatar
vinodkumar_chau
Contributor
10 years ago
Solved

Checking IE version without having web plug-in using JScript

Hi Team ,   We have Desktop module license of testcomplete. When i try to check the IE version using  Log.Message("Internet Explorer version: " + Browsers.Item(btIExplorer).Version.MajorPart); it ...
  • AlexKaras's avatar
    AlexKaras
    10 years ago

    Hi,

     

    You may consider to use the GetFileVersion method of the Scripting.FileSystemObject object (provided by OS VBScript/JScript).