03-26-2014, 09:47 AM
Hi
I am trying to assign object properties to variable using DP. below is the code am trying
Above code is working fine. But when i add one more property like index:=0 to the variable its not working
This time its not working. Can any help me out on this
Thanks in advance
I am trying to assign object properties to variable using DP. below is the code am trying
Code:
googleSearchEdit="name:=q"
Browser("Creationtime:=0").Page("micclass=page").WebEdit(googleSearchEdit).highlight
Code:
lnkInfoTab = "name:=YourInformation"&","&"index:=0"
Browser("Creationtime:=0").Page("micclass=page").Link(lnkInfoTab).Click
Thanks in advance