jlane9/selenium_data_attributes

View on GitHub
docs/sda/structures.rst

Summary

Maintainability
Test Coverage

Structures - Web element templates
==================================

Structures are classes that represent the functionality of various web 'structures'. For instance, simple web structures
might include buttons or text input fields while more complex structures would be forms, tables, dropdown menus.
Structures should be generalized and should not rely on 'plugins' like Bootstrap or other custom libraries.

.. automodule:: sda.structures
    :members:
    :undoc-members:
    :show-inheritance: