We have a web page, where in there are multiple select boxes, and the values of select box gets populated basing the selection of the parent select box(a javascript call through onChange event).
Using HTML Mode spying we are able to set the value for the select box , but the event .i.e js call is not getting triggered.
Tried "Accessability mode" spying for identifying it as combo box, but its not recognizing the children i.e values of the combo box. Can you pls help us, how can we handle such scenario?