making a template that involves clicking a button on tab "page" this triggers a popup, the template then goes and does it's stuff then close "popup". This works well when it's run on a single thread but, when I run it on 2 or more threads the popup will only load on one instance whilst the other threads popup opens for a millisecond then auto closes causing all sorts of issues. It's like zp can only have 1 popup open at a time which is pointless as the popup is open for quite a while.