Skip to Main Content

General Development Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Web dialog with message "please wait while page is loading" stuck on the screen.

Manish Bhatla-OracleJul 8 2014 — edited Jul 16 2014

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 13 2014
Added on Jul 8 2014
2 comments
1,411 views