I have a site I\'m trying to test and although I can get a list of options in a dropdown I am not sure how select it? There is no submit button so if I select it then it wi
With lxml
+requests
setup, you operate on a different level, a lower level. There are no dropdowns for requests
, it is not a browser.
The general approach to your problem is to:
There is one more "trick" that you can use to ease the developer tools to requests transition: