AriaSnapshot

Playwright\Assertions\Internal\AriaSnapshot

Methods

normalize()

string

Strips the formatting an ARIA snapshot carries no meaning in: trailing whitespace, blank lines, and the indentation shared by every line. Indentation relative to that shared prefix is kept, since it is what expresses the tree structure.

function normalize(string $snapshot): string