I want to click on the href link as per attached image, And I've tried the below code but seems like it's not working. Please help me.
.....
driver.findElement(By.xpath("//a[@href='Careers']")).click();
............
Here is HTML content for Div tag... ..............
<div class="logo">
<img src="/ui/healthcare/assets/images/core/ascension_logo_white.svg" alt="Ascension">
</div>
<ul class="list-group">
<li>
<h4>Get Involved</h4>
<ul class="link-list">
<li><a href="/Careers">Careers</a></li>
<li><a href="/Events">Classes and Events</a></li>
........................