sunireddy2007
11 years agoOccasional Contributor
Dynamically updated DIV list
Hi All, I have a webpage with main portion of the screen occupied by a DIV element with horizontal rows of DIV sections inside it. Each DIV section contains a heading and some text in various D...
- 11 years agoTry to do a
Sys.Browser("nameOfYourBrowser").Refresh()
before calling the FindAllChildren after clicking the show more.
If this does not work, using the object spy, make sure the properties you are looking for (className) remain the same after clicking the show more.