The element that I'm trying to select is the one below
<div id="mOnlineEligiblity" class="col span_1_of_3" style="">
<a href="onlineElig.html" style="text-decoration: none !important;color: #275883;"><img src="../../images/mobileHome/Newicon/OnlineEligibility.png" height="65px" width="65px" class="morph">
<br> Online Eligibility </a>
</div>
I tried the following to select it, but it says element not found
driver.find_element_by_id("mOnlineEligiblity")
NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"[id="mOnlineEligiblity"]"}
I want to be able to select and click on it
EDIT: -
It is present inside an iframe
like Swaroop mentioned, attaching the image for reference