This commit is contained in:
Kovid Goyal 2017-06-20 19:46:08 +05:30
commit 18273cb24a
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -66,7 +66,7 @@ def get_browser(self):
br.select_form(name='LA7010Form01')
br['LA7010Form01:LA7010Email'] = self.username
br['LA7010Form01:LA7010Password'] = self.password
br.submit()
br.submit(id='LA7010Form01:submitBtn')
# response = br.response()
print "-------------------------JS redirect---------------------------------------"
br.select_form(nr=0)