提交 db3c2bb3 编写于 作者: H Huang ZhenYong 提交者: Huan (李卓桓)

Fixed: replace 'document.domain' with 'location.hostname' since front one...

Fixed: replace 'document.domain' with 'location.hostname' since front one sometimes lose subdomain name (#770)
上级 a57f0f73
......@@ -128,7 +128,7 @@ export class Browser extends EventEmitter {
public async hostname(): Promise<string | null> {
log.verbose('PuppetWebBrowser', 'hostname()')
const domain = await this.execute('return document.domain')
const domain = await this.execute('return location.hostname')
log.silly('PuppetWebBrowser', 'hostname() got %s', domain)
return domain
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册