• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

playwright-community / playwright-go / 28134861813 / 5
77%
main: 79%

Build:
Build:
LAST BUILD BRANCH: roll/v1.61.1
DEFAULT BRANCH: main
Ran 24 Jun 2026 11:36PM UTC
Files 58
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

24 Jun 2026 10:53PM UTC coverage: 76.835%. Remained the same
28134861813.5

Pull #597

github

mxschmitt
fix: prevent panic in EvaluateHandle when returning an ElementHandle

EvaluateHandle, GetProperty and GetProperties on a JSHandle cast the
returned channel object to the concrete *jsHandleImpl. When the
evaluated expression returns a DOM element (e.g. element.parentElement),
the driver returns an ElementHandle, whose concrete type is
*elementHandleImpl, causing a panic:

  interface conversion: interface {} is *playwright.elementHandleImpl,
  not *playwright.jsHandleImpl

Cast to the JSHandle interface instead, which both *jsHandleImpl and
*elementHandleImpl satisfy. The same latent bug existed in
Worker.EvaluateHandle, Frame.WaitForFunction and ConsoleMessage.Args.

Fixes #332
Pull Request #597: fix: prevent panic in EvaluateHandle when it returns an ElementHandle

7748 of 10084 relevant lines covered (76.83%)

754.24 hits per line

Source Files on job windows-latest-firefox - 28134861813.5
  • Tree
  • List 58
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 28134861813
  • 3249f124 on github
  • Prev Job for on fix/evaluate-handle-element-panic (#28132043892.5)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc