rialto-php / puphpeteer

A Puppeteer bridge for PHP, supporting the entire API.
MIT License
1.34k stars 208 forks source link

How to handle popups in puppeteer #154

Open Hayriozblbl opened 3 years ago

Hayriozblbl commented 3 years ago

I am login in a page but after login page redirect to popup page but can not access that

Hayriozblbl commented 3 years ago

This is fixed $pages = $browser->pages(); $pages[2] or change $pages[0] - $pages[1]