Question
Calling Angular Script
Hi everyone,
I have a similar situation as this post: https://community1.pega.com/community/product-support/question/how-trigger-selection-option-select-control-pega-rpa
I have a combobox on a web page, once the selection is changed, there is a subsequent action of triggering an exe. I can change the combobox selection but unable to trigger the subsequent event. I tried executeScript on webpage level and RaiseEvent on the combobox, but no success.
The subsequent action is actually coded in Angular (using ‘ng-change=’).
Can anyone please assist?
Fiona
Hi Fiona,
Raising the event seems to be the correct option but you need to figure out the exact event that gets triggered when the you manually change the comb box.
You may try to track the event by using profiling that is available with browser.
That should give you a fair idea on the event that actually gets triggered.
Regards,
Ujjwal