gingeleski / headbro

Headless browser rendering service for HTTP responses.
GNU General Public License v3.0
4 stars 0 forks source link

Can't differentiate between JS alert and confirm popups #17

Open gingeleski opened 6 years ago

gingeleski commented 6 years ago

The logic I put in to differentiate between JavaScript confirm popups and alert popups proved insufficient. You can see it is commented out in the main file, as of this writing.

For now, both confirms and alerts are going into the list of alerts in output. To begin with they were both ending up in confirms, but this seemed more appropriate to me.