Forum Discussion

ast's avatar
ast
Contributor
8 years ago

Windows 10, Chrome, Confirm() not working

Hi there

 

Has anybody also problems with the confirm() method in Windows 10 Chrome Browser. The dialog will be not found.

I'm using TC12.0.122.7. It works with Windows and IE and also Windows 7 Chrome Browser/IE.

Any workarounds?

 

Thanks.

 

3 Replies

    • marinb's avatar
      marinb
      Contributor

      Add me to the list. using version 12.30. Seems that all popups in Chrome fail. Windows7 in my case.

       

      Sys.Browser().Page('*').Confirm.Button("OK").Click(); does not work for Chrome v 59.0.3071.104

      Same with Alert etc.

       

      Not only that, the object spy does not work either and as long as the popup is displayed, TestComplete is extremely slow if it wants to interact with the page. (example: If I got to object browser, select the chrome process and rightclick ' view on screen' it takes minutes and the red flashing of the page goes into extreme slo-mo.

       

      This kinda block our automation tests when these popups appear.