0

Im trying to use python requests to fill an input field and then send it using python requests. Is it possible?

<div class="in">
    <span class="in-start"><i class="far fa-angle-right"></i></span>
    <input id="c-input" type="text">
</div>
Amaze
  • 1
  • How about using selenium? like this https://stackoverflow.com/questions/18557275/how-to-locate-and-insert-a-value-in-a-text-box-input-using-python-selenium – shimo Feb 18 '21 at 21:17
  • I have used Selenium and got it to work before. But I wanna just use requests to achieve it. I have searched all over the internet but mostly they talk about how to fill in forms for login – Amaze Feb 18 '21 at 23:10
  • check the XHR and see if sent in POST. Then usually the data is passed within there as a parameter – chitown88 Feb 19 '21 at 15:55

0 Answers0