or
Hi,
Could you please help me to resolve following problem: on the launch of IE8, i'm receiving a popup from browser saying Could Not Load Assembly (please see attachment for full copy).
This popup prevents my script to run.
Thanks in advance!
Olek
| //Locate the stack panel : ok |
| StackPanel stack = app.FindName<StackPanel>("MyStackPanel"); |
| //simulate a Right click on the stackPanel : ok (the RadContextMenu appears) |
| stack.User.Click(MouseClickType.RightClick); |
| RadContextMenu menu = app.Find.ByType<RadContextMenu>(); |
| // And I caught an TimeOut Exception |
| <telerik:RadContextMenu.ContextMenu> |
| <telerik:RadContextMenu name="" > |
| ... |
| </telerik:RadContextMenu> |
| </telerik:RadContextMenu.ContextMenu> |