Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
weboob
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Romain Bignon
weboob
Commits
507371a5
Commit
507371a5
authored
Nov 14, 2018
by
Florian Hatat
Committed by
Vincent A
Feb 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation for HTMLForm.submit parameters
parent
fc7621de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
weboob/browser/pages.py
weboob/browser/pages.py
+3
-0
No files found.
weboob/browser/pages.py
View file @
507371a5
...
...
@@ -328,6 +328,9 @@ class Form(OrderedDict):
def
submit
(
self
,
**
kwargs
):
"""
Submit the form and tell browser to be located to the new page.
:param data_encoding: force encoding used to submit form data (defaults to the current page encoding)
:type data_encoding: :class:`basestring`
"""
kwargs
.
setdefault
(
'data_encoding'
,
self
.
page
.
encoding
)
return
self
.
page
.
browser
.
location
(
self
.
request
,
**
kwargs
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment