How to use the pypom.hookimpl function in PyPOM

To help you get started, we’ve selected a few PyPOM examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github mozilla / PyPOM / tests / test_plugin.py View on Github external
        @hookimpl
        def pypom_after_wait_for_page_to_load(self, page):
            log.append(1)
github mozilla / PyPOM / tests / test_plugin.py View on Github external
        @hookimpl
        def pypom_after_wait_for_region_to_load(self, region):
            log.append(2)

PyPOM

python page object model for selenium

MPL-2.0
Latest version published 2 years ago

Package Health Score

51 / 100
Full package analysis