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
|
confirmform = None
|
||||||
for form in self.document.xpath('//form'):
|
for form in self.document.xpath('//form'):
|
||||||
try:
|
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
|
confirmform = form
|
||||||
break
|
break
|
||||||
except:
|
except:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue