http://www.advancedqtp.com/knowledge-base/articles/qtp-tricks4/the-undocumented-devicereplay/



On Mon, Nov 10, 2008 at 6:44 PM, Ganesh muralidharan <[EMAIL PROTECTED]>wrote:

> Hi,
>
> For a scenario for me in which a pdf file was opening in a child browser I
> tried below code and used SendKeys to do Shift+Ctrl+s to save the pdf file :
>
> Set objApprbrowser=Browser("hasmenubar:=0","title:=https://tools-.*";)
>
> strhwnd = objApprbrowser.GetROProperty("hwnd")
>
> set WshShell = CreateObject("WScript.Shell")
>
> window("hwnd:="&strhwnd).Maximize
>
> WshShell.SendKeys "+^S"
>
>
> On Tue, Nov 11, 2008 at 7:20 AM, Roman Zilber <[EMAIL PROTECTED]> wrote:
>
>> PDF viewer -> Save as text file
>>
>> On Mon, Nov 10, 2008 at 12:44 PM, Harish <[EMAIL PROTECTED]>wrote:
>>
>>>
>>> Hi,
>>>
>>> I have an application that lauches PDF document. How can I get QTP to
>>> search and capture a text string from a PDF document. I have tried
>>> recording my actions in PDF and QTP doesnt record any of my actions in
>>> PDF. Any ideas? Thanks
>>>
>>> Swamy
>>>
>>>
>>>
>>
>>
>>
>
>
> --
> Ganesh Muralidharan
> Wipro Technologies
> Mob. : 9341023574
>
> 'God Never Forgets'
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to