Sunday, January 24, 2010

program-7

PROGRAM FOR PRINTING THE CONTENT IN SECURITY QUESTION OF GMAIL SIGNUP
***********************************************************************************

ic=browser("Google Accounts").Page("Google Accounts").WebList("selection").GetROProperty("items count")

print(ic)

For i=1to ic

iname=browser("Google Accounts").Page("Google Accounts").WebList("selection").GetItem(i)print(iname)

Next

No comments:

Post a Comment