Looking for a CSS selector to target the message "Congratulations! displayed after successfully filling out a registration form with Selenium Web driver. Need to assert the text "Congratulations, Your email has been verified". Here is the HTML code:
<div class="d-title">
<h1>Congratulations!</h1>
<strong>Your e-mail address has been verified.</strong>
Many thanks, New to Java Programming