Hi shanmukha
First you will check manually object is recognized or not?
then if it is recognized then with out using making object directly 
run...and check all method of sync ..

On Thursday, 25 June 2015 22:08:48 UTC+5:30, shanmukha srinivas wrote:
>
>
> Hi Everybody,
>
> Can any help me to find dynamic synchronization for UFT with Windows 8.1 
> and IE11 configuration. I am getting synchronization problem with latest 
> mentioned configuration.
>
> Previously I have used following line of code, but it is not working with 
> this configuration.
>
>         Dim pageLoadStatus
>         pageLoadStatus = Browser("micClass:=Browser").Page(
> "micClass:=Page").Frame("name:=body").Object.readyState
>         Wait(10)
>         Do Until (pageLoadStatus = "complete")
>             pageLoadStatus = Browser("micClass:=Browser").Page(
> "micClass:=Page").Frame("name:=body").Object.readyState
>             Wait(1)
>         Loop
>      
>
> Please help me to solve this problem,
>
> Regards,
>
> Shanmukha Srinivas P.
> +91-9441148359
>
>

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