11-08-2011, 07:27 AM
(This post was last modified: 11-08-2011, 07:27 AM by ravi.gajul.)
Use it like this
Hope this answers your question
Regards,
Ravi
Code:
Browser_ComplianceLink = "Compliance.*"
Page_ComplianceLink = "Compliance.*"
strType = "text"
strName="username"
strTag="INPUT"
Browser("title:="&Browser_ComplianceLink).Page("title:="&Page_ComplianceLink).WebEdit("html tag:="&strTag,"type:="&strType,"name:="&strName).Set "Shareq"
Hope this answers your question
Regards,
Ravi