I have a program that searches twitter for a product URL then clicks on the URL and adds the product to the shopping cart. I can run multiple instances of my program, but The website only allows 1 item per cart so I'm looking for a way to have my browser open separate windows that are independent so the item doesn't show in the other cart. Thank you.