mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
feat(Page): introduce Page bringToFront method (#1252)
This patch introduces Page.bringToFront method to activate tabs. Fixes #1244
This commit is contained in:
committed by
Andrey Lushnikov
parent
9de34499ef
commit
77f585298f
@@ -3118,7 +3118,7 @@ describe('Page', function() {
|
||||
if (process.env.COVERAGE) {
|
||||
describe('COVERAGE', function(){
|
||||
const coverage = helper.publicAPICoverage();
|
||||
const disabled = new Set();
|
||||
const disabled = new Set(['page.bringToFront']);
|
||||
if (!headless)
|
||||
disabled.add('page.pdf');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user