10-28-2009, 05:44 PM
as I mentioned in the previous thread by you.. use Descriptive programming in your code to identify the webElement.
try to modify your code with below statements
does this help?
try to modify your code with below statements
Code:
sText = DataTable("Name","dtLocalSheet") ' parameterized
Browser("Investment Hub").Page("Investment Hub").Frame("Frame_2").WebEdit("WebEdit").Set sText
Browser("Investment Hub").Page("Investment Hub").Frame("Frame_2").WebElement("innertext:=" & sText).Click