'I can't upload image in python selenium form

I'm sure I'm requesting to the right place, the image is not uploading, the operation is waiting without error

macOSS Chrome Python 3.8 Selenium

browser.find_elements(By.XPATH, '//button[@jscontroller="soHxf"]')[1].send_keys("./img1.jpg")
            sleep(2)

enter image description here

enter image description here

https://www.google.com/local/place/rap/addaplace?isEmbedded=true&hl=en



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source