06-11-2009, 10:02 PM
Hi Ankur,
i successfully wrote DP code for Browser & Page
[color:black] [/color]
But now i have a Frame - WebElement before WinButton or WinEdit.
I tried to write a DP for Frame as
and if i use it as
Also tried:
Still not working and showing Error for FRAME.
can you please help me in that?
Thanks
Shrinivas
i successfully wrote DP code for Browser & Page
Code:
var_1("...").value = "Browser"
var_1("....").value = "page"
But now i have a Frame - WebElement before WinButton or WinEdit.
I tried to write a DP for Frame as
Code:
Set var_3 = description.create
var_3("micclass").value = "Frame"
var_3("name").value = "nav"
Code:
B(var_1).P(var_2).Frame(var_3).WinButton("XXX").Click
Code:
var_3("class name").value = "Frame"
can you please help me in that?
Thanks
Shrinivas