I want to scrape the first two videos from the youtube search result, I have a list of words in CSV file I want to get the first two videos for each query, I tried to use selenium python but I get the error , so there is any way to do that.
CODE:
search_input = driver.find_element_by_css_selector('#search').send_keys('')
ERROR:
selenium.common.exceptions.ElementNotInteractableException: Message: element not interactable