chore: mark v0.0.15 (#250)
This commit is contained in:
parent
f7e9bae571
commit
586492a3f0
5 changed files with 7 additions and 7 deletions
|
|
@ -371,11 +371,11 @@ export class Tab {
|
|||
return this._snapshot;
|
||||
}
|
||||
|
||||
async console(): Promise<playwright.ConsoleMessage[]> {
|
||||
console(): playwright.ConsoleMessage[] {
|
||||
return this._console;
|
||||
}
|
||||
|
||||
async requests(): Promise<Map<playwright.Request, playwright.Response | null>> {
|
||||
requests(): Map<playwright.Request, playwright.Response | null> {
|
||||
return this._requests;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue