i'm trying for the past two hours to klick on "Herr". Would be great if you can help me guys.
Html
<div class="dropdown_box dropdown_box_anrede mandatory">
<div style="display: block;" class="replace" id="anrede_select_replace">
<div class="current" id="anrede_select_current">
<div class="text">Anrede</div>
</div>
<ul class="options" id="anrede_select_options" style="display:none;">
<li id="anrede_select_Herr"><div class="text">Herr</div></li><li id="anrede_select_Frau"><div class="text">Frau</div></li>
</ul>
</div>
</div>
code right now
driver.findElement(By.xpath("//div[@id='anrede_select_current']/div']/div")).click();
driver.findElement(By.xpath("//li[@id='anrede_select_Herr']/div")).click();
Thanks