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.
[ ] Identify a reliable method of differentiating between alerts and confirms.
[ ] Add the logic to do so, putting them both in the correct output list.
[ ] Test - at least against everything1.html, where this was first discovered.
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.
everything1.html
, where this was first discovered.