ContributionsMost RecentMost LikesSolutionsRe: Authentication pop up in different browsers In that case try Page.Confirm.Keys("[Enter]"); This will work same as clicking on OK button. I have done this and it is working. Re: Authentication pop up in different browsers it worked with Page. Confirm or Page.Alert for me on Page.Confirm shows its clicked but on window its not it just focused OK button. Re: Is there someone having idea about handling Window confirm() Method for chrome. page.Confirm.Button("OK").Click(); I found above solution worked for me. Thank you TestComplete. Is there someone having idea about handling Window confirm() Method for chrome. Below is the html for page which show dialogue box. It halt your browser even you cant open new window as well. How to perform OK or Cancel for this dialogue box in TestComplete using JavaScript. <!DOCTYPE html> <html> <body> <p>Click the button to display a confirm box.</p> <button onclick="myFunction()">Try it</button> <script> function myFunction() { confirm("Press a button!"); } </script> </body> </html> SolvedRe: Process found and test work in testcomplete but not in testexecute. Its on the same machine. If I just pressed run button on TestComplete at same time for the test it works fine. Only issue is with TestExecute. The process comes during test run for a message box and it works fine in TestComplete. Process found and test work in testcomplete but not in testexecute. Hi, I am running some tests on a desktop application. Application process can found and test works fine in TestComplete but same test dosent work in TestExecute and give error of "The process "prowin32" not found". can some give some idea ? Can we update to TestComplete 12? I am getting message update available but when I click on check updates it say no update available. Re: Page.Wait() in Google chrome 45 not working properly Thank you Colin, Here is the solution I have implemented for chrome wait. Wait for the State change of reload button it changes from "focusable" to "hot trackedfocusable". This is the solution for Chrome 45. Regards, Adeel Page.Wait() in Google chrome 45 not working properly Hi, I am facing some issues with page.wait() method in google chrome. Is there anyone else having same issue ? Thank you, Adeel Re: TestComplete11 taking too long on FindChild in Chrome 45 Have you updated on TestComplete 11.11 ?