This is a migrated thread and some comments may be shown as answers.

Dropdown SelectByValue Or SelectByText does not trigger ajax postback in IE9

1 Answer 99 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Bipin
Top achievements
Rank 1
Bipin asked on 04 May 2012, 10:32 PM
As subject state, IE9 fails to recognize the selected index or option changed with the following method and trigger ajax post back.

Manager.ActiveBrowser.Find.ById<HtmlSelect>("SelectID").SelectByValue("Value");

This does work with Firefox and Chrome.

Can you suggest any solution or workaround?

1 Answer, 1 is accepted

Sort by
0
Byron
Telerik team
answered on 07 May 2012, 10:02 PM
Hi Bipin,

It sounds like the event is not firing. Try combining your coded step below with a coded step calling the change function for the element. This should cause the event to fire in IE.

Please let us know if we can assist you further.

Kind regards,
Byron
the Telerik team
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
Tags
General Discussions
Asked by
Bipin
Top achievements
Rank 1
Answers by
Byron
Telerik team
Share this question
or