5 lines
167 B
TypeScript
5 lines
167 B
TypeScript
// Dummy-Element-Highlighter für Michael-Standalone-Test
|
|
export async function installElementHighlighter(page: any) {
|
|
// Keine Aktion nötig für Standalone-Test
|
|
}
|