I use with reqeust.session and reqeust post to send some data to the server. I want to transfer the session from the reqeust to selenium and after that open the selenium browser and continue to use. Can I do it?
If there is option to load selenium browser and send POST reqeust and after that countiue use with the selenium browser its also option for me.
thanks