Selenium python: How to upload image to website when no element exists?
I want to automate the creation of posts via the Meta Business Suite. Logging in via Instagram works great, but once i got to filling in the details of the new post, i encountered a problem: How do i upload images? SendKeys doesn’t work, i prosume because the “button” that you click to get te file choose dialog is actually a div. What do i do?