07-21-2015, 11:35 PM
Hi,
I wanted to count no. of objects on Google homepage using static programming, i mean without creating object first(the way we do in dynamic one).
Pls tell me what is wrong in below statement
Pls help
Thanks
I wanted to count no. of objects on Google homepage using static programming, i mean without creating object first(the way we do in dynamic one).
Pls tell me what is wrong in below statement
Code:
Set P = Browser(creationtime=0).page(tile=Google).WebButton(type=submit, html tag=INPUT)
MsgBox P.Count()
Pls help
Thanks