Sorry, but there are no more tags available to filter with.
-
I can use GetRectangle method to get the local of a element. Is there any example to simulate clicking a dropdown and then select a item in the dropdown list which scrolling down?
-
I tried the DoSelectDropDown method on the dropdown list control. But it seems it does not rigger the postback. We have the OnChange event hooked up with js function which in turn will call the Microsoft's __dopostback. Can someone tell me whether DoSelectDropDown, Check or SetText method will trigger...
-
Hi Sanjay, Can you provide us with the actual HTML of the "TypeDropDownList" control? I'm guessing that is your cascading drop down that you are having trouble with correct? It is hard to see why the framework is complaining that there are not enought elements without seeing the HTML and...
-
Hi Sanjay - You can do that by counting the # of <option > elements under your dropdownelement. For example: Element drop = ActiveBrowser.Find.ById( "Category" ); int count = drop.ChildNodes.Count; Note: Once our control suite is released you will be able to do that much easier. Not that...
Page 1 of 1 (4 items)