First question asked here.
I need to scrape the url generated by a JS onclick function of a website. So, I think Selenium could do the job, but I can't figure out how to code that without opening other tabs/windows and don't even know if it's possible.
Here's the onclick JS function:
'tr class="linhares" onclick="javascript:grv(0,1,1);">
So a basically need the url returned by this function.
Hope you can help me, thanks!