Chrome Browsers
A guide detailing how to open multiple browsers with unique cookies. Use this method for queue based releases
Last updated
Was this helpful?
A guide detailing how to open multiple browsers with unique cookies. Use this method for queue based releases
Last updated
Was this helpful?
Step 1 - Open up google chrome on your laptop
Step 2 - Go to settings and add as many users as possible this will create a different window with its own unique cookies Alt + Tab On Pc
F3 On Mac will allow you to view all of the tabs at once
Step 3 - Speed Up browser - This will reduce lag and allow you to create more users Turn of hardware acceleration, Turn of Accelerated 2D Canvas, Turn of GPU rasteization
Test splash page link -
Click the 3 dots > Settings > Manage People > Add Person > Turn off hardware acceleration, Accelerated 2D Canvas, GPU rasteization > Press F3 (Mac) > ALT+ TAB (Windows) To Monitor All Tabs > Pass Splash > Checkout Shoes
Method to input HMAC which will allow cart checkout
1. Open the cart in desktop browser
2. Open chrome developer tools (right click on page and press inspect element)
3. Go to console tab in dev tools
4. paste code snippet from hook into console
5. continue with checkout
These items will be included in the cart hook for splash
The snippet of code will look something like this:
document.cookie = `hmac=xxxxxx; path=/`;