I am trying to remove an element from the canvas using Selenium. The command I am currently using is "window.app.design.internalLayer().find('.deletebutton').fire('click')". Despite my efforts, this command does not seem to be working as intended. When I manually type in the command in the console, it successfully deletes the image I want removed. Unfortunately, I have been unable to find a solution to this issue and do not have any object or values to return.
Thank you for your assistance,