The picture says it all.
After click on "LOG IN" button, "Please fill out this field." pop-up message appears. It looks like some javascript thing.
I want to get text of this pop-up message by using Selenium.
Is it even possible ? Here is the html of email input field:
<input autocorrect="none" autocapitalize="none" spellcheck="false" autofocus="autofocus" class="cell small-21 form-text required" data-drupal-selector="edit-name" aria-describedby="edit-name--description" type="text" id="edit-name" name="name" value="" size="60" maxlength="60" required="required" aria-required="true" placeholder="Email or Username">
P.S. When pop-up message appears, then "event" indication in browser dev-tools shown near email field html.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…