pages.github package

Submodules

pages.github.home module

The OpenStax GitHub repositories page.

class pages.github.home.GitHub(driver, base_url=None, timeout=10, **url_kwargs)[source]

Bases: pypom.page.Page

The GitHub landing page for the OpenStax user repositories.

URL_TEMPLATE = 'https://github.com/openstax'
is_displayed()[source]

Return True when the org name is displayed.

property loaded

Return the org name element when it is found.

property location

Return the current URL.

property name

Return the user or organization name.

Module contents