Hi,
I am Having issue with connecting a webpage and taking screenshot of selected target element.
I am using below options for connection.
var opts = {
mode: 'save',
url: '111.93.41.194:8888/?eid=593&mid=408&uid=MTU=&sid=75dk5mau78qkcpjacio2fqhpv2',
viewport_width: 1440,
delay: 10000,
selector: '#articleHighlightList-0',
scrape: false,
out_file:'export files/new.png'
};
This is what the issue i am getting..

Please help me out.