Sonia Sharma
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
By Sonia Sharma in .NET on May 02 2012
  • Sonia Sharma
    May, 2012 2


    Set a=Browser("creationtime:=0").page("micclass:=page").ChildObjects
    print a.count
    For i=0 to a.count-1
    print a(i).GetroProperty("text")&" "&a(i).getroproperty("micclass")

                OR

    set OPage=Browser("Index:=0").Page(":=").childobjects
    msgbox OPage.Count.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS