obj.WebEdit("xpath:=//input[@id='htmlID']").Set "QTP"Identifying using Type attributeobj.WebEdit("xpath:=//input[@type='text'][1]").Set "QTP"'Setting value in first textBoxIdentifying using Tagnameobj.WebList("xpath:=//select[1]").Select "London"'Highlighting first listBoxIdentifying using Innertextobj.Link("xpath:=//a[.='Google']").Click'Clicking Google linkIdentifying WebTable based on Rowcountobj.WebTable("xpath:=//table[count(.//tr)=2]").Highlight 'Highlighting the table which has only two rowsMore examples will be added