Questions tagged [httpwatch]

HttpWatch is an HTTP sniffer for IE, Chrome, iPhone & iPad that also includes a HAR file viewer.

HttpWatch is an HTTP sniffer for IE, Chrome, iPhone & iPad that also includes a HAR file viewer.

25 questions
0
votes
1 answer

How to run HttpWatch concurrently in multiple browser windows with Selenium?

We want to execute a selenium script concurrently in multiple browser windows and capture the request timings with HttpWatch. When we try that we get the error: com4j.ComException: 80004005 Unspecified error : AttachByTitle failed because more than…
dishant patel
  • 13
  • 1
  • 6
0
votes
1 answer

Httpwatch automation for chrome

I have automated IE using httpwatch. but can't do the same with chrome. whether we can do it or not in httpwatch? if yes! Can you guys let me know how to automate chrome using httpwatch? if not! Then which will be the best tool to automate chrome…
0
votes
1 answer

HttpWatch Professional not showing up in Firefox

I would like to know, is there any way to have the plugin shown in Firefox? I've downloaded the latest version of HttpWatch Professional and it doesn't show up in Firefox. However, it only shows up in IE 11. I'm using Firefox 36 and Httpwatch 10. I…
Max
  • 15
  • 1
  • 4
0
votes
1 answer

httpwatch automation code doesn't work in IE6

Controller con = new Controller(); Plugin plugin = null; try { plugin = con.New(); } catch (Exception ex) { Console.WriteLine(ex.Message); } my code running…
Pritam Karmakar
  • 2,773
  • 5
  • 30
  • 49
0
votes
1 answer

Watching specific HTTP Requests

for work purposes I need to analyse a very large number of Javascript tags which produces numerous requests over HTTP. I normally load these scripts on a local web page and then run Fiddler to see if the right requests are made. Since the work is…
Andrea Silvestri
  • 1,082
  • 4
  • 14
  • 41
0
votes
1 answer

A bug of HttpWatch when use jquery.ajax method to send json request?

I am using HttpWatch 7.0.22 with IE 10. When I opened HttpWatch, the jQuery.ajax call to a WCF service will fail with error: "Error in deserializing body of request message for operation 'MethodName'. The OperationFormatter could not deserialize…
smwikipedia
  • 61,609
  • 92
  • 309
  • 482
0
votes
2 answers

Tool (application or extension) that helping reverse engineer (okay-okay, just watch where and from) browsers' traffic under OS X

this is my very first question on SO, so I'll do my best. Every one know a really cool thing for looking through website's traffic under Windows – HttpWatch. It is really useful program for developer and I'm missing since I've changed my OS from…
0xA115A
  • 3
  • 2
0
votes
2 answers

Watin + HttpWatch application issue after Windows Upgrade?

We have an application using Watin and HttpWatch, to check for some production sites. We check response time of our applications at regular intervals and we use this application for that. We open an IE instance and after setting some configs attach…
0
votes
1 answer

Integrate HttpWatch with Selenium IDE

I use Selenium IDE to record test cases for our project. We are planning to use HttpWatch for monitoring the performance of our site. Is there any way we can integrate both Selenium IDE and Httpwatch together so that whenever we run Selenium Test…
Rahul
  • 35
  • 5
-1
votes
1 answer

Watir cannot running correctly when executing cases:

Please help to have a look for error details in below when running watir for automation test. Details: 1> watir version : 1.9.2 2> Ruby version: 1.8.7 2017-11-14 05:51:06 ERROR [xxx] Failed to create browser object for: IE 2017-11-14 05:51:06 ERROR…
HackerJ
  • 9
  • 3
1
2