1

I am trying to create a synthetic test on a site that requires cookies enabled in order to work.

If cookies are not enabled, user is prompted with an error message saying they need cookies enabled.

What options do I have of implementing my test?

Hao Wong
  • 11
  • 1

1 Answers1

0

When you create the browser test, under Advanced Options you can define the necessary cookies use the Set-Cookie response header syntax.

a screenshot of the advance options

bwest
  • 9,182
  • 3
  • 28
  • 58