Как, с помощью BeautifulSoup или requests, получить значение value(fff000fff000) ?
Код с сайта:
<div class="table-striped">
table id="order-listing" class="table">
<thead>
<tr class="bg-dark text-white">
<th>L</th>
<th>P</th>
<th>B</th>
</thead>
<tbody>
<tr role="\"row\"">
<td>Chrome</td>
<td>
<input type="text" value="fff000fff000" style="width: 500px;">
</td>
<td>
<label class="badge badge-info">VTW</label>
</td>
</tr>
<tr class="\"table-primary\"" role="\"row\""></tr>
</tbody>
</table>
</div>