↧
Answer by JRodDynamite for Selenium Post method
You can try using selenium-requests:Extends Selenium WebDriver classes to include the request function from the Requests library, while doing all the needed cookie and request headers...
View ArticleSelenium Post method
I'm trying to find a way to get the response of a post method executed through headless browser.session = requests.Session()session.get(<url here)print session.cookiesr =...
View Article