12-28-2010, 11:37 AM
Yes, you in right direction
take a variable and store your input string into it, and use it for the link
e.g
take a variable and store your input string into it, and use it for the link
e.g
Code:
strInput = "Kaitrina Kaif"
Browser("name:=orkut - login").Page("name:=orkut - login").WebEdit("text:=Video to search").Set strInput
'... rest of the statements to submit
Browser("name:=orkut - login").Page("name:=orkut - login").Weblink("html tag:=A","inner html:=UFC 125:" & strInput & "'s video Interview").click