Advanced Forum Search Results
-
More options to consider (WebAii):
http://www.artoftest.com/community/blogs/09-05-11/Intro_to_Silverlight_Automation.aspx
-
WebAii has a robust solution for Silverlight test automation:
http://www.artoftest.com/community/blogs/09-05-11/Intro_to_Silverlight_Automation.aspx
-
Does anyone have any idea why I keep getting an ObjectError everytime I call Transform on an UI element. I'm basically trying to get the top left corner of a control. Here is my javascript code:var testBox = slControl.getHost().content.findName("TestBox");
var gt = ...
-
Is it possible to load an assembly dynamically from javascript?
-
Is there an API in Beta1 that can do this?
-
Is there a way to do this in Beta1 now? I need to get the coordinates of a silverlight element within the plugin taking into consideration any transforms
-
Yes The Grid layout doesn't help. The mouse positioning only works if the user is hovering over that element. You can't really get other elements on the page. Let's leave it to MS to make the call on this feature whether it is a big deal or not :). Thanks for your interest though.
-
I hope you are officially speaking on Microsoft's behalf otherwise the "loud and clear" might not be so comforting :) I'm not sure how the Grid layout is going to help in what we are asking about? How is that going to help me get the actual size and location of the element on the page if the element has some ...
-
Bringing this back to the front..
-
This is a two part question:
1. Is there a way to discover if an element has an event set on it or not? (for example: is there a way to tell if there are any event listeners attached to the canvas.loaded event?)
2. Is there a way to programmatically invoke an event on an element. For example, a function that invokes the mouse onclick or canvas ...