pjscrape
pjscrape copied to clipboard
How do you change the useragent?
searched my ass off and did not find a thing how do you change the useragent from the config file ?
pjs.config({
userAgent : 'someuseragent'
}
am i missing somethig
It is should work:
pjs.addSuite({
pageSettings: {'userAgent': 'Mozilla/5.0'},
}
Neither is working for me. Does anything changed?