<div class="span3"> <div class="stat-panel"> <div class="stat-cell1 bg-stats1 valign-middle" style="text-align: center;"> <a href="co-op/coopjobs.htm"><strong>View and Apply for<br> Co-op Jobs</strong></a> </div> </div> </div>
This is a broader view of the code of that box, The clickable part seems to be the a tag and the strong tag. I'm not sure why xpath doesn't work but do you know how to implement find by text for the strong?
I'm not sure how to access the link above. I want to click on a link that is written using the code above with selenium webdriver python.
Does anyone know how to find the strong element using find by link text, im not sure how to implement that