ContributionsMost RecentMost LikesSolutionsRe: Browser Page is unavailable in testing Machine Hi There; OpenPage("http://qas.kids-club.com/"); var page = Sys.Browser().Page("*"); this is an example. Thank you Re: Browser Page is unavailable in testing Machine URL: https://*** Process ID: 11036 Process Command Line: "C:\Users\jgodbout\AppData\Local\Mozilla Firefox\firefox.exe" Info: Cannot find any existing or open blank page. Sys.Process("firefox") Unable to navigate to the https://*** page. 13:08:42 Normal //code var browsers = Browsers.Item(mySettings.browser); browsers.Run(url); //Error here Thank you Re: Browser Page is unavailable in testing Machine thank you for replay, with Firefox updated i have UIPage and Page as shown in the image below. me in the code i use page, and It causes errors. Thank you Re: Browser Page is unavailable in testing Machine Hi There, with Firefox updated i have UIPage and Page as shown in the image below. me in the code i use page, It causes errors. Thank you Re: Browser Page is unavailable in testing Machine Thank you you are right, i have just enabled Smartbear extension on Google chrome it works for Google chrome , about Firefix how i resolve this problem.. thank you!! Browser Page is unavailable in testing Machine Hi There; I have a question: In my desktop the page browser is available in Object browser of testcomplete but in my testing machine I didn’t find it and it causes errors of my code. look at images below. I checked the version of Google chrome, it is the same. Version 64.0.3282.186 (Official Build) (64-bit) Thank you typoo Solvedcommand line Hi There, How to show my command line on the log on the same line? An example C:\Program Files (x86)\SmartBear\TestExecute 12\x64\Bin\TestExecute.exe" D:\AHmed\HPRunner\HPRunnerProjetSuite.pjs /r /p=RunnerProjet /t="Script|Unit1|Starter" /e Browser= TestEnv= Password=01 User=cmgrtest TestID=311111 Thank you SolvedMac OS Hi There, i would like to run tests suits on MAC OS, can i do it with testexecute? and did Smartbear supports the Safari Browser. Thank you Typoo CheckProperty a boucle in testcomplete Hi, I have a question to validate CheckProperty a boucle in testcomplete : for (var row=0;row<=this.grdDocuments.wRowCount-1;row++) { aqObject["CheckProperty"](this.grdDocuments,'wValue(row, "Statut")', cmpEqual, 'CP');// error parameters incorrect. } If I put : aqObject["CheckProperty"](this.grdDocuments,'wValue(0, "Statut")', cmpEqual, 'CP'); //as Row =0 it works Thank you