ING: find the keyboard in case of webiste announcement
Signed-off-by: Florent <weboob@flo.fourcot.fr> Signed-off-by: Romain Bignon <romain@peerfuse.org>
This commit is contained in:
parent
70bdde2657
commit
35bbb38e85
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,8 @@ class INGVirtKeyboard(VirtKeyboard):
|
|||
|
||||
|
||||
def __init__(self,basepage):
|
||||
img=basepage.document.find("//img[@id='mrc:j_id86']")
|
||||
divkeyboard = basepage.document.find("//div[@id='clavierdisplayLogin']")
|
||||
img = divkeyboard.xpath("img")[1]
|
||||
if img is None:
|
||||
return False
|
||||
url=img.attrib.get("src")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue