Won't Fix
Last Updated: 03 Nov 2015 09:23 by ADMIN
ADMIN
Cody
Created on: 10 Oct 2014 22:19
Type: Bug Report
1
Specific customers test yields "Cannot read property 'URL' of null" running in Chrome
From ticket 867813

Running the attached customers test "AdminAppointmentRulesMaintenance" in either Chrome 37 or 38, step 24 fails with:
'10/10/2014 5:15:50 PM' - 'Fail' : 24. Click 'Save Button (Html Input Submit Control)'
------------------------------------------------------------
Failure Information: 
~~~~~~~~~~~~~~~
ExecuteCommand failed!
InError set by the client. Client Error:
Cannot read property 'URL' of null
BrowserCommand (Type:'Information',Info:'DocumentMarkup',Action:'NotSet',Target:'null',Data:'',ClientId:'c3f8c7ec-d4e7-4856-947a-03f13b197b31',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'0',InError:'True',Response:'Cannot read property 'URL' of null')
InnerException: none.

InnerException:
ArtOfTest.WebAii.Exceptions.ExecuteCommandException: ExecuteCommand failed!
InError set by the client. Client Error:
Cannot read property 'URL' of null
BrowserCommand (Type:'Information',Info:'DocumentMarkup',Action:'NotSet',Target:'null',Data:'',ClientId:'c3f8c7ec-d4e7-4856-947a-03f13b197b31',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'0',InError:'True',Response:'Cannot read property 'URL' of null')
InnerException: none.

   at ArtOfTest.WebAii.Core.Browser.ExecuteCommandInternal(BrowserCommand request)
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommand(BrowserCommand request, Boolean performDomRefresh, Boolean waitUntilReady)
   at ArtOfTest.WebAii.Core.Browser.RefreshDomTree()
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommand(BrowserCommand request, Boolean performDomRefresh, Boolean waitUntilReady)
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommand(BrowserCommand request)
   at ArtOfTest.WebAii.Core.Actions.Click(Element targetElement)
   at ArtOfTest.WebAii.Controls.HtmlControls.HtmlControl.Click()
   at ArtOfTest.WebAii.Controls.HtmlControls.HtmlControl.Click(Boolean isClosing)
   at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.ClickActionDescriptor.Execute(Browser browser)
   at ArtOfTest.WebAii.Design.Extensibility.HtmlActionDescriptor.Execute(IAutomationHost autoHost)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)
2 comments
ADMIN
Daniel Djambov
Posted on: 26 Jan 2015 07:23
Telerik: please use for the failing step the option "Simulate Real Click" - http://docs.telerik.com/teststudio/features/test-maintenance/test-step-properties This will ensure all events are triggered on the page - with this option turned on, your sample project passes at our side with latest product version we have officially released in December 2014. Please give it a try and let us know if you still experience this issue.
Vijula
Posted on: 10 Dec 2014 08:15
Hi Telerik team,

This is blocker for our cross browser execution. Please provide the fix asap.