Scripted link in attribute not working as expected

When I use Link with option "Scripted link in attribute" on elements like this

<div class="some_calss" onclick="redirectTo('some-site.html',true);"></div>

it won't forward for some reason (likely because it's div not a?). Any ideas how to solve?

I can't use Element Click because I need the site to open in the same tab so I can scrape it.