I have a html page to parse and form in it looking like that:
<select id="limit" name="limit" class="inputbox input-mini" size="1" onchange="this.form.submit()">
<option value="5">5</option>
<option value="10" selected="selected">10</option>
<option value="15">15</option>
<option value="20">20</option>
<option value="25">25</option>
<option value="30">30</option>
<option value="50">50</option>
<option value="100">100</option>
<option value="0">All</option>
</select>
This form affects on how page looks(limit of displayed items). How can I change an option to "All" and submit this form to get all elements?
Allin the Dropdown-Menu, a value of0will be sent for the itemlimitin the form that surrounds this checkbox if that's what you're asking? Please show us your code if that's not what you want to know...0for the itemlimitin the form in python?methodparameter to the url that's determined by theactionparameter of the form and encode your value for limit in the payload.