Scenario
I have a dropdown box on the web page. Dropdown has javascript based OnChange event. Once I change value of dropdown, confirm popup appears. please refer attached image.
What I did so far
I have created separate object to handle IE confirm. it is working with normal scenario but in specific to my scenario it is not working. please refer code in attached sample.
Problem: I am using navigate stage to change the value (I tried write as well). as soon as I change the value , confirm box appears and object studio navigate state stuck. Not proceeding until I hit Ok / cancel button. as it stuck, I am not able to utilize the IE pop up handler object.
How to handle this? why navigate stage is not moving to next stage?
is it because of if-else condition of JavaScript function?