==================================== WebRunner API Documentation ==================================== Auto-generated reference for the public Python surface, split into two chapters: the **utility package** (action executor, reports, helpers) and the **wrapper package** (Selenium-facing classes). .. contents:: On this page :local: :depth: 1 ---- Chapter A — Utilities (``je_web_runner.utils``) =============================================== Action authoring, reporting, sockets, and supporting utilities. .. toctree:: :maxdepth: 2 :caption: Utilities utils/assert.rst utils/callback.rst utils/executor.rst utils/file_process.rst utils/generate_report.rst utils/json.rst utils/package_manager.rst utils/project.rst utils/socket_server.rst utils/test_object.rst utils/test_record.rst utils/xml.rst Chapter B — Wrappers (``je_web_runner.wrapper``) ================================================ The Selenium facade — drivers, elements, manager, and shared helpers. .. toctree:: :maxdepth: 2 :caption: Wrappers wrapper/element.rst wrapper/manager.rst wrapper/utils.rst wrapper/webdriver.rst