How to locate alert element, switch_to. Alert error, how to locate the alert elements, and can get alert popup information
HTML page the following
<script language="javascript" & gt;
Alert (' account already exists, please fill out the other user name ');
window.close();
</script>
<body>