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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

error:Navigation failed:Failed to find element window.

679279Feb 5 2009 — edited Feb 5 2009
while playback my script I find following error.


Navigation failed:Failed to find element window(index=0).frame(name="contentFrame" | index=1).form(name="QUERYTEXTCOMPONENTS" | index=5).formelement[INPUT](index=41) at index 1

so how to deal with this problem?
can I externally create this element at specified place?

Comments

Ashish Dave-Oracle
either there is Synchronization issue or
element which was there at time of recording is not there while playback ..could be defect
or name or id of elemet changed
647280
You should create a better custom dynamic variable to identify this element. Referencing a element by Index is not recommended or reliable. A recorded Index of 41 for the element inside form QUERYTEXTCOMPONENTS indicates that there are a lot of elements inside that recorded form, and that there is probably some dynamic nature to the page.

You should change the match to be i.e. formelement[INPUT](name="something" | id = "something")
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 5 2009
Added on Feb 5 2009
2 comments
1,137 views