Hello Sir,

Actually its not a link. Its a Web Element. use below code .That will help 
u out.Any issue pls contact at email. 
You can customize the code as per ur requirement. Below code will max and 
mini the volume only..

'Creating object for Browser or page

Set objDemoJPlayr=Browser("CreationTime:=0").Page("index:=0")
'Creation of Descriptive Programming for WebElement object with one unique 
property i.e. innerhtml 
Set Obj=Description.Create
Obj("micclass").value="WebElement"
Obj("innerhtml").value=".*ui.*slider.*range ui.*widget.*A.*"
Set ObjDemp=objDemoJPlayr.ChildObjects(Obj)
'Draging and Droping using below method... 
For i = 1 To ObjDemp.count-1
ObjDemp(i).Drag 8,8 'This can be parameterize, i.e. hard code can be 
removed with few small logic. 
ObjDemp(i).Drop 112,8
ObjDemp(i).Drag 12,8
ObjDemp(i).Drop -79,15
Next



-------------------------------------------------------------------

On Wednesday, October 21, 2015 at 5:34:18 PM UTC+5:30, axn700 wrote:
>
> http://jplayer.org/latest/demo-07/
>
>
> Can you change the volume with QTP descriptive programming? 
> It shows as link when I check it with Object spy.
> How do I even recognize that object and change the volume.
>
> Help would be greatly appreciated.
> Thanks in advance.
>

-- 
-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

--- 
You received this message because you are subscribed to the Google Groups "QTP 
- HP Quick Test Professional - Automated Software Testing" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to