new(all): Custom Domain support per bot.
This commit is contained in:
parent
1d6ecfb9bc
commit
212eb825aa
1 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ async function createBrowser(profilePath): Promise<any> {
|
|||
ignoreHTTPSErrors: true,
|
||||
headless: false,
|
||||
});
|
||||
return browser
|
||||
return browser;
|
||||
}
|
||||
|
||||
async function recursiveFindInFrames(inputFrame, selector) {
|
||||
|
|
Loading…
Add table
Reference in a new issue