Fix spacing errors (#7484)
This commit is contained in:
parent
8f60d8d2c7
commit
6199c337ea
26 changed files with 74 additions and 46 deletions
|
@ -114,7 +114,7 @@ export class ElementSession {
|
|||
};
|
||||
}
|
||||
|
||||
public async printElements(label: string, elements: puppeteer.ElementHandle[] ): Promise<void> {
|
||||
public async printElements(label: string, elements: puppeteer.ElementHandle[]): Promise<void> {
|
||||
console.log(label, await Promise.all(elements.map(this.getOuterHTML)));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue