Protect "?" in urls
This commit is contained in:
parent
902ab0a392
commit
510acc4368
1 changed files with 3 additions and 2 deletions
|
|
@ -47,11 +47,12 @@ class IngBrowser(LoginBrowser):
|
|||
# CapBank
|
||||
accountspage = URL('/protected/pages/index.jsf', AccountsList)
|
||||
transferpage = URL('/protected/pages/cc/transfer/transferManagement.jsf', TransferPage)
|
||||
dotransferpage = URL('/general?command=DisplayDoTransferCommand', TransferPage)
|
||||
dotransferpage = URL('/general\?command=DisplayDoTransferCommand', TransferPage)
|
||||
valtransferpage = URL('/protected/pages/cc/transfer/create/transferCreateValidation.jsf', TransferConfirmPage)
|
||||
#transferonhold = URL('
|
||||
starttitre = URL('/general\?command=goToAccount&zone=COMPTE', TitrePage)
|
||||
titrepage = URL('https://bourse.ingdirect.fr/priv/portefeuille-TR.php', TitrePage)
|
||||
titrehistory = URL('https://bourse.ingdirect.fr/priv/compte.php?ong=3', TitreHistory)
|
||||
titrehistory = URL('https://bourse.ingdirect.fr/priv/compte.php\?ong=3', TitreHistory)
|
||||
|
||||
|
||||
# CapBill
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue