Hi,
I am executing old script which use to run well on Openscript and internet explorer 8 combination but with Openscript and internet explorer 9 script is not working.
Web Application Behavior: Manually when i am performing a click on a button, application open a single dialog box with one text box , Yes and No button for user input.
XPATH of element on the dialog box
//web:form[@id='ErrorForm' or @name='ErrorForm']/web:input_submit[@id='btnNo' or @name='btnNo' or @value='No']
//web:form[@id='ErrorForm' or @name='ErrorForm']/web:input_submit[@id='btnOkYes' or @name='btnOkYes' or @value='Yes']
//web:form[@id='ErrorForm' or @name='ErrorForm']/web:input_text[@id='rep_postcode_id' or @name='rep_postcode']
Problem Description: Where as when i am click on a button using Open script it open up ModelDialogForm which says "please wait while page is loading" and the above application dialog for the user input.
I am able to enter value in application dialog text box and perform click ok button via openscript. but second ModelDialogForm dialog remains on the screen and application does not perform the intended task after click of ok button.
Did i missed any IE/Openscript configuration. i.e. security configuration because of which ModelDialogForm stuck on the screen or any thing else?
Thanks,
Manish