Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Disable cookies in IE8?
#1
Solved: 10 Years, 9 Months, 1 Week ago
Hi guys,

I'm trying to disable cookies in IE8 using QTP 10.
The manual way is:
- Go to Tools/Developer Tools
- In Developer Tools window, choose Cache/Disable Cookies

When capturing interface for the tool bar, I got it as WinToolbar. Search for the methods of this object i found only 2 methods to use:
- Object.Press "Tools" and Object.Type "Tools"

I tried using this way
1. Object.Press "Tools"
2. Object.Type "{F12}"
It works for me but not stable. I would like to have a stable solution for this situation.

Rightnow, I'm using the sendkey method which is quite stable for me, but this solution is still not stable. This is my code:
Code:
Set WshShell = CreateObject("WScript.Shell")
        While Window("Developer Tools").Exist(2) = False
            Browser("micclass:=Browser").Page("micclass:=Page").SetTOProperty "focus", True
            WshShell.AppActivate "Internet Explorer"
            WshShell.SendKeys("{F12}")
            Wait(2)    
        Wend

        WshShell.AppActivate "Developer Tools"
        WshShell.SendKeys("%c")
        Wait(2)
        WshShell.SendKeys("c")
        Wait(2)
        WshShell.SendKeys("{F12}")
Thankful for any solution.

Ngoc Vo
Reply


Messages In This Thread
Disable cookies in IE8? - by ngocvo3103 - 01-18-2011, 03:20 PM
RE: Disable cookies in IE8? - by cdesserich - 01-20-2011, 10:44 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Delete Firefox history and Cookies Anupama 0 1,326 06-18-2018, 11:57 AM
Last Post: Anupama
  How to check expected cookies are present or not priyanka.agarwal 0 1,873 07-02-2015, 12:43 PM
Last Post: priyanka.agarwal
  QTP 10 not identifying objects in IE8 on 64 bit OS Ram2009 6 4,443 03-24-2015, 05:46 PM
Last Post: vinod123
  Disable data window? Autobot 0 1,618 11-26-2014, 10:16 AM
Last Post: Autobot
  How to delete the cookies (1000 records) akhandesh 1 2,509 09-03-2014, 09:57 AM
Last Post: vinod123

Forum Jump:


Users browsing this thread: 1 Guest(s)