Jump to content

Connect SuperML | Leeroopedia MCP: Equip your AI agents with best practices, code verification, and debugging knowledge. Powered by Leeroo — building Organizational Superintelligence. Contact us at founders@leeroo.com.

Implementation:SeleniumHQ Selenium Closure UI PaletteRenderer

From Leeroopedia
Knowledge Sources
Domains JavaScript_Atoms, Vendored_Library
Last Updated 2026-02-12 00:00 GMT

Overview

Vendored Google Closure Library UI module providing the default renderer for palette controls, used by Selenium JavaScript atoms.

Description

goog.ui.PaletteRenderer is a vendored copy of the Google Closure Library module. It extends `goog.ui.ControlRenderer` to render `goog.ui.Palette` instances as an HTML table wrapped in a DIV, with one palette item per cell. The structure uses CSS classes `goog-palette`, `goog-palette-table`, `goog-palette-body`, `goog-palette-row`, and `goog-palette-cell`. It manages ARIA roles and globally unique cell IDs. Selenium uses this for its JavaScript atom infrastructure.

Usage

This module is consumed internally by Selenium's JavaScript atoms build system. Not imported directly by end users.

Code Reference

Source Location

Key Exports

goog.provide('goog.ui.PaletteRenderer');

Related Pages

Page Connections

Double-click a node to navigate. Hold to expand connections.
Principle
Implementation
Heuristic
Environment