Forum Discussion

sunireddy2007's avatar
sunireddy2007
Occasional Contributor
10 years ago
Solved

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...
  • jose_pita's avatar
    10 years ago
    Try 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.