L
L
link_vrb2021-10-26 14:12:44
Python
link_vrb, 2021-10-26 14:12:44

How can I do multiple actions at once on the same page using the python requests library?

I need to do three steps on the registration site:
Go to this site
Collect data from this site
Enter this data into the registration fields
selenium won't work.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Ananchenko, 2021-10-27
@link_vrb

Do you want to do it on requests?
Go to the site parsi data soup to help (bs4)
Enter data in the registration field? nope, this is not possible, track through the dev tool what requests are sent to the site and then repeat the steps through the request

D
Dmitry Shitskov, 2021-10-26
@Zarom

If actions are needed - to selenium.
Need a lot of selenium? Selenoid

P
Python Newbie, 2021-10-26
@Levman5

use selenium

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question