我正在尝试通过新的文物合成脚本加载parcelhero.com,但每次运行该脚本时,都会引发等待超时错误。默认等待时间设置为15000 ms。为什么在尝试加载任何其他网站时却无法加载该网站?
$browser.getCapabilities().then(function () { })
.then(function () {
log('get "https://parcelhero.com/"');
return $browser.get("https://parcelhero.com/");
})