11-23-2011, 10:46 AM
my question is firstly i recorded the script, then tried to convert it into the
DP .if all the objects are converted using Dp it is working fine
but if parent objects are converted using Dp and child objects are not converted using DP then it is not working may i know the reason why it so?
DP .if all the objects are converted using Dp it is working fine
Code:
Browser("title:=Google").Page("title:=Google").[size=x-large]WebEdit("name:=q")[/size].Set "shiva"
but if parent objects are converted using Dp and child objects are not converted using DP then it is not working may i know the reason why it so?
Code:
Browser("title:=Google").Page("title:=Google").[size=x-large]WebEdit("q")[/size].Set "shiva"