How to fix element not interactable selenium py
I want to input in address but its showing response like that
Element image:
My code:
driver.find_element_by_class_name('input-group').click()
time.sleep(1)
driver.find_element_by_class_name('input-
group').send_keys('sometext')
Error:
selenium.common.exceptions.ElementNotInteractableException: Message: element not interactable