pages.rice package

Submodules

pages.rice.ebank module

Rice e-Bank donation acceptance form site.

class pages.rice.ebank.EBank(driver, base_url=None, timeout=10, **url_kwargs)[source]

Bases: pypom.page.Page

The Rice University donation system.

URL_TEMPLATE = 'https://ebank.rice.edu/'
is_displayed()[source]

Return True if the amount header is displayed.

property loaded

Return True if ebank is in the current URL.

property location

Return the current URL.

pages.rice.gdpr module

Rice GDPR.

class pages.rice.gdpr.GeneralDataPrivacyRegulation(driver, base_url=None, timeout=10, **url_kwargs)[source]

Bases: pypom.page.Page

Rice GDPR.

URL_TEMPLATE = 'https://privacy.rice.edu/gdpr'
property at_rice

Return True if at Rice’s homepage root.

pages.rice.home module

The Rice University home page.

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

Bases: pypom.page.Page

Rice homepage.

URL_TEMPLATE = 'http://www.rice.edu'
property at_rice

Return True if at Rice’s homepage root.

close_tab()[source]

Close the current tab and switch to the remaining one.

Assumes 2 browser tabs are open.

property loaded

Return True when the Rice banner logo is found.

Returns

True when the header logo is found

Return type

bool

pages.rice.jobs module

Rice Jobs.

Module contents