pages.bookshare package

Submodules

pages.bookshare.home module

A Bookshare book order landing page.

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

Bases: pypom.page.Page

An Bookshare book page.

URL_TEMPLATE = 'https://www.bookshare.org/'
close_tab()[source]

Close the current tab and switch to the remaining one.

Assumes 2 browser tabs are open.

is_displayed()[source]

Return True if the main content is loaded.

property loaded

Return True if Bookshare is in the current URL.

property location

Return the current URL.

Module contents