Hi.
I've downloaded free telerik test framework.
and try to do the following with silverlight application:
var slApp = ActiveBrowser.SilverlightApps()[0];
var menu = slApp.Find.ByExpression(new XamlFindExpression("TextContent=Administration", "XamlTag=textblock"));
menu.User.Click(ArtOfTest.WebAii.Core.MouseClickType.LeftClick, 30, 30, ArtOfTest.Common.OffsetReference.TopLeftCorner, ArtOfTest.Common.ActionPointUnitType.Percentage, ((System.Windows.Forms.Keys)(0)));
Actually, i had done it after i installed trial version of test studio to see if it is possible to click there.
From Test studio it works fine, but from my test it finds element, but doesn't want to click.
it there any solution for that?
Thanks!
I've downloaded free telerik test framework.
and try to do the following with silverlight application:
var slApp = ActiveBrowser.SilverlightApps()[0];
var menu = slApp.Find.ByExpression(new XamlFindExpression("TextContent=Administration", "XamlTag=textblock"));
menu.User.Click(ArtOfTest.WebAii.Core.MouseClickType.LeftClick, 30, 30, ArtOfTest.Common.OffsetReference.TopLeftCorner, ArtOfTest.Common.ActionPointUnitType.Percentage, ((System.Windows.Forms.Keys)(0)));
Actually, i had done it after i installed trial version of test studio to see if it is possible to click there.
From Test studio it works fine, but from my test it finds element, but doesn't want to click.
it there any solution for that?
Thanks!