Question
Mastercard International
IN
Last activity: 29 Dec 2017 11:35 EST
Unable to trigger OnChange event in < Select > dropdown
I am using Selenium WebDriver to automate my application built using Pega 7. I am unable to trigger OnChange event in dropdown. I am getting "Activity Status error". How to resolve this issue. Below is the html of my select tag. Tried with WebDriver Select,Click,Tab,SendKeys,Javascript. Nothing resolves the issue.
<select class="mc_standard" data-ctl="["Dropdown"]" disabled="" id="EformType" name="$PSelectActivity$pEformType" validationtype="" data-change="[["refresh", ["otherSection","SelectActivites", "DetermineExceptionProcess", "&FreezDate=&DiffDays=&MaxIndex=&CurrentDate=", "", "SetActivityData,",":event","","SelectActivity"]]]" style="width:48%"><option value="" title="Select">Select</option></select>
***Updated by moderator: Lochan to update Categories***