Being new to web programming and Selenium, I am quite curious about something. If I were to execute the selenium command `.find_elements_by_tag_name("img")`, would it be able to capture CSS images?
Can anyone shed some light on this for me? Thank you.