I am trying to get the text of the mouseover on the login page from the email field.
This is the site "https://app.involve.me/login/?_ga=2.49216998.1374332121.1660294616-36640509.1660294616"
If you will leave the fields empty and try to log in a popup will appear with the following message:
Please fill out this field
I cannot get the text from it. I tried as an alert, tooltip nothing works. There is no path to it.
Element snapshot:

The text of the mousehover on the login page from the email field which you are referring is the outcome of Constraint API's
element.setCustomValidity()method.Solution
To retrieve the text which results out from the
element.setCustomValidity()method, you can use either of the following Locator Strategies:Using Python and CssSelector:
Code Block:
Console Output:
Using Java and Xpath:
Code Block:
Console Output: