There can be muliple methods depending upon the situation. One thing that you can try is taking screenshot of only dropdown element.
driver.find_element(By.ID, id).screenshot('element_screenshot.png')
If you can share web page URL of copy of webpage I can test and find working solution.