diff --git a/scrape.js b/scrape.js index 4fc453d..903a450 100644 --- a/scrape.js +++ b/scrape.js @@ -244,7 +244,7 @@ if(oConfig.uid === null) { data: JSON.stringify(oConfig.aRESTdata) } }); - oPage.wait(oConfig.timeout); + this.wait(oConfig.timeout); }); }