Performance monitoring measurements (#6041)

This commit is contained in:
Germain 2021-05-19 10:07:02 +01:00 committed by GitHub
parent cf384c2a54
commit f7d0afcd28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 275 additions and 32 deletions

View file

@ -208,7 +208,7 @@ module.exports = class ElementSession {
this.log.done();
}
close() {
async close() {
return this.browser.close();
}