Please find below the sample HTML code:
<div class="form-element email-address" id="gmail-address-form-element">
<label id="gmail-address-label">
<strong>
Choose your username
</strong>
<input type="text" maxlength="30" autocomplete="off"
name="GmailAddress" id="GmailAddress" value=""
spellcheck="false">
<span class="atgmail">@gmail.com</span>
</label>
I need to verify "Choose your username" label is bold with Selenium WebDriver. Appreciate if the language used is java.