cragr add auth service page

This commit is contained in:
Baptiste Delpey 2015-08-03 15:11:39 +02:00 committed by Romain Bignon
commit 71fd2f4a0b

View file

@ -41,6 +41,7 @@ class Cragr(Browser):
'https?://[^/]+/stb/entreeBam\?.*typeAuthentification=CLIC_ALLER.*': LoginPage,
'https?://[^/]+/stb/entreeBam\?.*pagePremVisite.*': UselessPage,
'https?://[^/]+/stb/entreeBam\?.*Interstitielle.*': UselessPage,
'https?://[^/]+/stb/entreeBam\?.*sessionSAG.*': UselessPage,
'https?://[^/]+/stb/entreeBam\?.*act=Synthcomptes': AccountsPage,
'https?://[^/]+/stb/entreeBam\?.*act=Synthepargnes': SavingsPage,
'https?://[^/]+/stb/.*act=Releves.*': TransactionsPage,