Answer the question
In order to leave comments, you need to log in
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
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
If actions are needed - to selenium.
Need a lot of selenium? Selenoid
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question