Hi,
Utils.clearCookies() alone may not be enough.
Please try to use the three functions:
- Utils.cleanupAutoHeaders (),
- Utils.clearCookies()
- Utils.clearCache()
Another option is to reorganize your script and use the option “simulate a new user on each iteration”.
Kind regards,