Forum Discussion

geethwind's avatar
geethwind
Contributor
12 years ago

FindChild is not working properly on Chrome 23

    

       PropArray = Array("innerText")

       ValuesArray = Array("Invalid Text entered.")

       set  objTemp = pg.FindChild(PropArray, ValuesArray,100,True)

     

      The  text exists on the screen but the FindChild is not able to find it..it is working properly on IE.



Thje Pg object is rendered as same both for IE and Chrome.



any help is appreciated..



-G