Forum Discussion

guoguo's avatar
guoguo
Contributor
9 years ago
Solved

Open the specidied URL doesn't work with Chrome45 and Firefox40

Hi all,

 

Our tests cannot open the specified URL after we upgrade chrome43 to chrome45, firefox36 to firefox40.

 

The following code is as a test:

 

//Launches the specified browser and opens the specified URL in it.
Browsers.Item(btIexplorer).Run("http://smartbear.com/");

 

//Get a web page test object
var Page = Sys.Browser().Page("http://smartbear.com/");

//Navigate to an URL

Page.ToUrl("http://blog.smartbear.com/");

 

Does anyone have idea about it? Is there a way to modify the code or shall we downgrade the browser version? Downgrade is not so preferred.

 

Regards,

  • Hi Jie,

     

    Chrome 45 requires TestComplete 11.10 because of deprecating support for NPAPI interface.

    No other options (except downgrading Chrome) are possible.

2 Replies

  • AlexKaras's avatar
    AlexKaras
    Champion Level 3

    Hi Jie,

     

    Chrome 45 requires TestComplete 11.10 because of deprecating support for NPAPI interface.

    No other options (except downgrading Chrome) are possible.

    • guoguo's avatar
      guoguo
      Contributor

      Hi Alex,

       

      Thank you for the information. We will try to install the testcomplete 11, then export our project from testcomplete10 to testcomplete 11. Then try the chrome 45 and firefox 40 again. We need to perform tests on the new version better than downgrade the browser version. 

       

      Regards,