Chrome version 139 cannot record or execute Test Studio tests.
Steps to reproduce for test execution:
Expected: The test to be executed as expected.
Actual: The test stops at the Navigate step and fails with the following exception in the test execution log:
Failure Information: ~~~~~~~~~~~~~~~ Wait for condition has timed out InnerException: System.TimeoutException: Wait for condition has timed out at ArtOfTest.Common.WaitSync.CheckResult(WaitSync wait, String extraExceptionInfo, Object target) at ArtOfTest.Common.WaitSync.For[T](Predicate`1 predicate, T target, Boolean invertCondition, Int32 timeout, WaitResultType errorResultType) at ArtOfTest.Common.WaitSync.For[T](Predicate`1 predicate, T target, Boolean invertCondition, Int32 timeout) at ArtOfTest.WebAii.Core.Browser.WaitUntilReady() at ArtOfTest.WebAii.Core.Browser.ExecuteCommand(BrowserCommand request, Boolean performDomRefresh, Boolean waitUntilReady) at ArtOfTest.WebAii.Core.Browser.ExecuteCommand(BrowserCommand request) at ArtOfTest.WebAii.Core.Browser.InternalNavigateTo(Uri uri, Boolean useDecodedUrl)
Steps to reproduce for test recording:
Expected: The browser to navigate to the selected page and to continue with the recorder attached.
Actual: The browser is launched but stays on about:blank and fails with the following exception in the application log:
EXCEPTION! (see below) Outer Exception Type: ArtOfTest.WebAii.Exceptions.ExecuteCommandException Message: ExecuteCommand failed! InError set by the client. Client Error: Protocol error (Page.navigate): Invalid referrerPolicy BrowserCommand (Type:'Action',Info:'NotSet',Action:'NavigateTo',Target:'null',Data:'https://telerik.com/',ClientId:'BFD7ED2D99EFCBA532CA527E680A6AC8',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'True',Response:'Protocol error (Page.navigate): Invalid referrerPolicy') InnerException: none.