I have certain links on the website that I'm testing that open up in a new tab(target=_blank) and I want to verify that the opened page is the right one. I have found the solutions for selenium but does not seem to find any for phpunit (dusk 5.6). Since I only work with phpUnit ,is there any such command that allows me to do so? I have searched the entire php laravel dusk browser testing document available but got no help. TIA