06-12-2009, 04:59 PM
Thanks guocnc for the reply.
I tried that and it is working ok.
I have Posted a new query for FRAME, please check the same.
Like following script is working ok
But now for some Webpages i have a Frame - WebElement in between. like
For Frame:
--> not working for me
Can you please suggest me how would be the DP for FRAME
Thanks
Shrinivas
I tried that and it is working ok.
I have Posted a new query for FRAME, please check the same.
Like following script is working ok
Code:
Browser(var1).Page(var2).WebButton(var3).click
But now for some Webpages i have a Frame - WebElement in between. like
Code:
Browser(var1).Page(var2).Frame(var3).WebButton(var4).click
Code:
var3("micclass").value = "WebElement"
var3("name").value = "nav"
--> not working for me
Can you please suggest me how would be the DP for FRAME
Thanks
Shrinivas