Fix transfer (site changed)
This commit is contained in:
parent
40b784913c
commit
943b0caeb9
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ class TransferConfirmPage(BasePage):
|
|||
confirmform = None
|
||||
for form in self.document.xpath('//form'):
|
||||
try:
|
||||
if form.attrib['name'][0:4] == "j_id":
|
||||
if form.attrib['name'][0:4] == "j_id" and 'enctype' not in form.attrib:
|
||||
confirmform = form
|
||||
break
|
||||
except:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue