pages.apple package¶
Submodules¶
pages.apple.itunes module¶
An Apple iTunes book order landing page.
-
class
pages.apple.itunes.ITunes(driver, base_url=None, timeout=10, **url_kwargs)[source]¶ Bases:
pypom.page.PageAn iTunes book page.
-
URL_TEMPLATE= 'https://itunes.apple.com/'¶
-
close_tab()[source]¶ Close the current tab and switch to the remaining one.
Assumes 2 browser tabs are open.
-
property
loaded¶ Return True if itunes is in the current URL.
-
property
location¶ Return the current URL.
-