With my beginner knowledge in selenium I have tried to find the click element, to the open the link. There is not href for link for these items. How can I perform click on correct element to open the link.
I am using python, selenium, chrome web driver, BeautifulSoup. All libraries are updated.
Below is the sample html snippet where there is a title I need to click on using selenium. Please let me know if you need more html source. This code is from a "sign in" only website.
<h2> <!--For Verified item-->
<a class="clickable" style="cursor:pointer;" onmousedown="open_item_detail('0000013', '0', false)" id="View item Detail" serial="0000013">
Sample Item
</a>
<!--For unverified item-->
</h2>