I would like to take a screenshot of a portion of a website. I used the script in this link and this link .
But the problem is, it is taking the screenshot of the current window. But I would like to take a screenshot of the browser window opened through selenium(which would not be active).
The website I would like to take a screenshot of is this. I need the element "content_full" so that I can display the content as it is using my script. This is not an image. So I am unable to use any selenium scripts.