You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium Users
I am currently testing to check if there are any broken links in a webpage, however I am encountering "href='javascript:void(0)'" links which are not letting my script run further. Is there any way to skip this links during the script execution. I am using selenium webdriver with python....