I am utilizing PhantomJS with Python, specifically through Selenium and Ghostdriver. I want to browse multiple web pages at once and am in search of an asynchronous approach to achieve this. My understanding is that PhantomJS operates on a separate thread and has the capability for multiple tabs. I believe what I need is an effective non-blocking method to load these pages. Any suggestions would be appreciated, whether it’s a Ghostdriver feature that I might have missed, a direct interface with PhantomJS, or even an alternative headless browser solution. Thank you for your assistance and ideas. Yuval