Skip to content

bug: implement missing bringToFront function#89

Open
gyaaniguy wants to merge 1 commit intoplaywright-php:mainfrom
gyaaniguy:main
Open

bug: implement missing bringToFront function#89
gyaaniguy wants to merge 1 commit intoplaywright-php:mainfrom
gyaaniguy:main

Conversation

@gyaaniguy
Copy link

Currentlty the following causes a crash

$context = Playwright::chromium(["headless" => false]);
$page = $context->newPage();
$page->bringToFront();

This is because bringToFront has not been implemented .

$page->bringToFront(); helps to remove focus from address bar towards the page

@codecov
Copy link

codecov bot commented Mar 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant