0

Is there a way during the acceptance test, to get information about all request that page made? I want to check if page sends good tracking information via JavaScript Code (not .gif). Thanks for help

gzres
  • 55
  • 1
  • 7

1 Answers1

0

I doubt there is any way to do this, unless one of the driver's has an API I don't know about. You'll have to use some other method. Here is a good discussion: Accessing the web page's HTTP Headers in JavaScript

I'd sugggest re-thinking the test. Is there a way to mock the page request and just test the tracking?

Community
  • 1
  • 1
Jim Maguire
  • 1,020
  • 1
  • 8
  • 19