Hi,
I trying to type text into Oracle text box but got error says ‘The UiElement is no longer valid’ even the selectors is actually valid in design mode.
Can anyone help to explain why did this happen and what could probably the root cause?
Thanks in advanced.
1 Like
Hello @jalipinjuanis ,
Welcome to the community.
can we see the text box and selector?
Hi @Pradeep_Shiv ,
Thanks for welcoming me. Here’s the text box and selectors.
1 Like
can you cross check the “%” icon, is it there all time or how is it?
If yes, improve the selector accordingly
Pradeep_Shiv:
the “%” icon
By default, the “%” icon is there. It is default setting by Oracle.
1 Like
okay, Open UiExplorer and Indicate on the field and paste the selector
This is the UiExplorer. It shows Valid.
is it highlighting? check the selector’s properties and make it more dynamic
Yes it is highlighting. How do I make it more dynamic?
1 Like
Remove java name = ‘Organizations’ roles = ‘External Frame’ and also try using Anchor Base
1 Like
Let me give it a try. I will get back to you. Thanks.