img_ = img.find_element_by_tag_name('img').get_attribute('src') link = i.find_element_by_xpath("./a").get_attribute('href') name_ = name.find_element_by_tag_name('h4').text [class 전체 찾기] //*[@class='hot_banner_area pick_box clearfix'] [태그 + class] //div[@class='hot_banner_area pick_box clearfix'] [id 전체 찾기] //*[@id='event_calendar_area'] [태그 + id] //div[@id='event_calendar_area'] [텍스트 속성 전체 찾기] ..