add new URL for cragr accounts page
This commit is contained in:
parent
bf5741759a
commit
56df443aa9
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ class Cragr(BaseBrowser):
|
|||
self.PAGES = {'https://%s/' % website: pages.LoginPage,
|
||||
'https://%s/.*\.c.*' % website: pages.AccountsList,
|
||||
'https://%s/login/process' % website: pages.AccountsList,
|
||||
'https://%s/accounting/listAccounts' % website: pages.AccountsList,
|
||||
'https://%s/accounting/listOperations' % website: pages.AccountsList,
|
||||
}
|
||||
BaseBrowser.__init__(self, *args, **kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue