varun_masuraha
10 years agoContributor
Object hierarchy not refreshed in "FindAll/FindAllChildren" methods
Hey,
I observed that when I call query methods like "Find()/FindChild()", the object hierarchy does get refreshed.
But when I use methods like FindAll()/FindAllChildren() to query multiple results, the object hierarchy does NOT get refreshed, even after explicity passing 'true' in last function parameter.
As a workaround I have to call "browserPage.Refresh()" seperately.
I'm using version 11.11.1064.7 on Java based web Application.
Could someone comment if having similar issue ?
regards,
Varun