Reference manual

This document describes about all features. Tutorial focuses on easy to understand only about important features. This document focuses on completeness. If you don't read tutorial yet, read tutorial before read this document.

Modules

LuaWebDriver has only one public modules. It's web-driver main module.

Internal modules

LuaWebDriver has internal modules to provide common methods. They aren't exported into public API but you can use them via public classes such as web-driver.Element and web-driver.Session.

Classes

LuaWebDriver provides the following classes:

You can access only web-driver.Firefox directly. Other classes are accessible via methods of web-driver.Firefox.