|
|
@ -110,6 +110,7 @@ class Driver {
|
|
|
|
visit(pageUrl, timerScope, resolve) {
|
|
|
|
visit(pageUrl, timerScope, resolve) {
|
|
|
|
const browser = new Browser({
|
|
|
|
const browser = new Browser({
|
|
|
|
silent: true,
|
|
|
|
silent: true,
|
|
|
|
|
|
|
|
strictSSL: false,
|
|
|
|
userAgent: this.options.userAgent,
|
|
|
|
userAgent: this.options.userAgent,
|
|
|
|
waitDuration: this.options.maxWait,
|
|
|
|
waitDuration: this.options.maxWait,
|
|
|
|
});
|
|
|
|
});
|
|
|
|