Completed
Last Updated: 28 Jan 2014 07:58 by ADMIN
ADMIN
Velin Koychev
Created on: 21 Jan 2014 14:24
Type: Bug Report
0
Click step in a silverlight application fails in Chrome 32
In a specific customer's application, we have added two steps -

- Wait for Exists 'BtnReportsButton' 

- Click BtnReportsButton

In IE 10 both steps pass successfully. In Chrome 32 the first wait step passes, but the click step fails with the following exception: 

System.NullReferenceException: Object reference not set to an instance of an object.   at ArtOfTest.WebAii.Core.Browser.ContainsPoint(Point point)   at ArtOfTest.WebAii.Silverlight.SilverlightApp.ValidateMouseLocation(Point point)   at ArtOfTest.WebAii.Silverlight.UserInteraction.Click(MouseClickType clickType, Point offsetPoint, OffsetReference reference)   at ArtOfTest.WebAii.Silverlight.UserInteraction.Click(MouseClickType clickType, Int32 x, Int32 y, OffsetReference reference, ActionPointUnitType unitType)   at ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight.Descriptors.ButtonActionDescriptor.Execute(IApplication hostApp)   at ArtOfTest.WebAii.Design.Extensibility.XamlActionDescriptor.Execute(IAutomationHost autoHost)   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)

Steps to reproduce and a sample test project are attached in the internal description.
1 comment
ADMIN
Konstantin Petkov
Posted on: 28 Jan 2014 07:58
Hello,

This works fine with the official build 2013.2.1327. Please give it a go and contact the support team if you need further assistance.

Regards!